Apache Lucene.Net 2.4.0 Class Library API

TermFreqVector Methods

The methods of the TermFreqVector interface are listed below. For a complete list of TermFreqVector interface members, see the TermFreqVector Members topic.

Public Instance Methods

GetField The {@link Lucene.Net.Documents.Fieldable} name.
GetTermFrequenciesArray of term frequencies. Locations of the array correspond one to one to the terms in the array obtained from
getTerms
method. Each location in the array contains the number of times this term occurs in the document or the document field.
GetTerms 
IndexesOfJust like
indexOf(int)
but searches for a number of terms at the same time. Returns an array that has the same size as the number of terms searched for, each slot containing the result of searching for that term number.
IndexOfReturn an index in the term numbers array returned from
getTerms
at which the term with the specified
term
appears. If this term does not appear in the array, return -1.
Size 

See Also

TermFreqVector Interface | Lucene.Net.Index Namespace