Apache Lucene.Net 2.4.0 Class Library API

TermDocs.Seek Method

Sets this to the data for a term. The enumeration is reset to the start of the data for this term.

Overload List

Sets this to the data for a term. The enumeration is reset to the start of the data for this term.

void Seek(Term);

Sets this to the data for the current term in a {@link TermEnum}. This may be optimized in some implementations.

void Seek(TermEnum);

See Also

TermDocs Interface | Lucene.Net.Index Namespace