Array of term frequencies. Locations of the array correspond one to one to the terms in the array obtained from
CopyC#
getTerms
method. Each location in the array contains the number of times this term occurs in the document or the document field.

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

Syntax

C#
int[] GetTermFrequencies()
Visual Basic
Function GetTermFrequencies As Integer()
Visual C++
array<int>^ GetTermFrequencies()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.TermFreqVector.GetTermFrequencies"]

See Also