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

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
void Seek(
	Term term
)
Visual Basic
Sub Seek ( _
	term As Term _
)
Visual C++
void Seek(
	Term^ term
)

Parameters

term
Type: Lucene.Net.Index..::..Term

[Missing <param name="term"/> documentation for "M:Lucene.Net.Index.TermDocs.Seek(Lucene.Net.Index.Term)"]

See Also