Apache Lucene.Net 2.4.0 Class Library API

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.

Lucene.Net.Search.Spans.Spans
   Lucene.Net.Search.Spans.PayloadSpans

public interface Spans

Types that implement Spans

Type Description
TermSpans Expert: Public for extension only

Requirements

Namespace: Lucene.Net.Search.Spans

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

See Also

Spans Members | Lucene.Net.Search.Spans Namespace