Apache Lucene.Net 2.4.0 Class Library API

IndexReader.Terms Method (Term)

Returns an enumeration of all terms starting at a given term. If the given term does not exist, the enumeration is positioned at the first term greater than the supplied term. The enumeration is ordered by Term.compareTo(). Each term is greater than all that precede it in the enumeration.

public abstract TermEnum Terms(
   Term t
);

See Also

IndexReader Class | Lucene.Net.Index Namespace | IndexReader.Terms Overload List