Apache Lucene.Net 2.4.0 Class Library API

TermPositionVector Interface

Extends

TermFreqVector
to provide additional information about positions in which each of the terms is found. A TermPositionVector not necessarily contains both positions and offsets, but at least one of these arrays exists.

For a list of all members of this type, see TermPositionVector Members.

public interface TermPositionVector : TermFreqVector

Requirements

Namespace: Lucene.Net.Index

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

TermPositionVector Members | Lucene.Net.Index Namespace