Apache Lucene.Net 2.4.0 Class Library API

TermFreqVector Interface

Provides access to stored term vector of a document field. The vector consists of the name of the field, an array of the terms tha occur in the field of the {@link Lucene.Net.Documents.Document} and a parallel array of frequencies. Thus, getTermFrequencies()[5] corresponds with the frequency of getTerms()[5], assuming there are at least 5 terms in the Document.

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

Lucene.Net.Index.TermFreqVector
   Lucene.Net.Index.TermPositionVector

public interface TermFreqVector

Types that implement TermFreqVector

Type Description
SegmentTermVector  
QueryTermVector

Requirements

Namespace: Lucene.Net.Index

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

See Also

TermFreqVector Members | Lucene.Net.Index Namespace