Apache Lucene.Net 2.1 Class Library API

SpanQuery.GetSpans Method 

Expert: Returns the matches for this query in an index. Used internally to search for spans.

public abstract Spans GetSpans(
   IndexReader reader
);

See Also

SpanQuery Class | Lucene.Net.Search.Spans Namespace