TermPositions provides an interface for enumerating the <document, frequency, <position>* > tuples for a term.

The document and frequency are the same as for a TermDocs. The positions portion lists the ordinal positions of each occurrence of a term in a document.

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

Syntax

C#
public interface TermPositions : TermDocs
Visual Basic
Public Interface TermPositions _
	Inherits TermDocs
Visual C++
public interface class TermPositions : TermDocs

See Also