Array of term frequencies. Locations of the array correspond one to one
to the terms in the array obtained from
method. Each location in the array contains the number of times this
term occurs in the document or the document field.
Namespace: Lucene.Net.IndexCopyC#
getTerms
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"]