Lucene.Net 1.4.3 Class Library

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