The TermFreqVector type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetField | The {@link Lucene.Net.Documents.Fieldable} name. | |
| GetTermFrequencies | Array of term frequencies. Locations of the array correspond one to one
to the terms in the array obtained from getTerms | |
| GetTerms | ||
| IndexesOf | Just like indexOf(int) | |
| IndexOf | Return an index in the term numbers array returned from
getTerms term | |
| Size |