Apache Lucene.Net 2.4.0 Class Library API

IndexReader.Terms Method ()

Returns an enumeration of all the terms in the index. The enumeration is ordered by Term.compareTo(). Each term is greater than all that precede it in the enumeration. Note that after calling terms(), {@link TermEnum#Next()} must be called on the resulting enumeration before calling other methods such as {@link TermEnum#Term()}.

public abstract TermEnum Terms();

See Also

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