The TermPositionVector type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetField | The {@link Lucene.Net.Documents.Fieldable} name. (Inherited from TermFreqVector.) | |
GetOffsets | Returns an array of TermVectorOffsetInfo in which the term is found.
May return null if offsets have not been stored.
| |
GetTermFrequencies | Array of term frequencies. Locations of the array correspond one to one
to the terms in the array obtained from (Inherited from TermFreqVector.)CopyC# getTerms | |
GetTermPositions | Returns an array of positions in which the term is found.
Terms are identified by the index at which its number appears in the
term String array obtained from the CopyC# indexOf | |
GetTerms | (Inherited from TermFreqVector.) | |
IndexesOf | Just like (Inherited from TermFreqVector.)CopyC# indexOf(int) | |
IndexOf | Return an index in the term numbers array returned from
(Inherited from TermFreqVector.)CopyC# getTerms CopyC# term | |
Size | (Inherited from TermFreqVector.) |