Apache Lucene.Net 2.4.0 Class Library API

TermPositionVector Members

TermPositionVector overview

Public Instance Methods

GetOffsets Returns an array of TermVectorOffsetInfo in which the term is found. May return null if offsets have not been stored.
GetTermPositionsReturns 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
indexOf
method. May return null if positions have not been stored.

See Also

TermPositionVector Interface | Lucene.Net.Index Namespace