Method GetTermFrequencies
GetTermFrequencies()
Array 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.
Declaration
int[] GetTermFrequencies()
Returns
Type | Description |
---|---|
System.Int32[] |