Apache Lucene.Net 2.4.0 Class Library API

Spans Methods

The methods of the Spans interface are listed below. For a complete list of Spans interface members, see the Spans Members topic.

Public Instance Methods

DocReturns the document number of the current match. Initially invalid.
EndReturns the end position of the current match. Initially invalid.
NextMove to the next match, returning true iff any such exists.
SkipTo 
StartReturns the start position of the current match. Initially invalid.

See Also

Spans Interface | Lucene.Net.Search.Spans Namespace