Lucene.Net 1.4.3 Class Library

Spans Interface

Expert: an enumeration of span matches. Used to implement span searching. Each span represents a range of term positions within a document. Matches are enumerated in order, by increasing document number, within that by increasing start position and finally by increasing end position.

For a list of all members of this type, see Spans Members.

public interface Spans

Requirements

Namespace: Lucene.Net.Search.Spans

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

Spans Members | Lucene.Net.Search.Spans Namespace