Apache Lucene.Net 2.4.0 Class Library API

TermInfosReader.Terms Method

Returns an enumeration of all the Terms and TermInfos in the set.

Overload List

Returns an enumeration of all the Terms and TermInfos in the set.

public SegmentTermEnum Terms();

Returns an enumeration of terms starting at or after the named term.

public SegmentTermEnum Terms(Term);

See Also

TermInfosReader Class | Lucene.Net.Index Namespace