Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef TERMPOSITIONVECTOR_H
8 #define TERMPOSITIONVECTOR_H
virtual ~TermPositionVector()
Provides access to stored term vector of a document field. The vector consists of the name of the fie...
Definition: TermFreqVector.h:18
virtual Collection< int32_t > getTermPositions(int32_t index)
Returns an array of positions in which the term is found. Terms are identified by the index at which ...
Definition: AbstractAllTermDocs.h:12
#define LUCENE_INTERFACE(Name)
Definition: LuceneObject.h:19
virtual Collection< TermVectorOffsetInfoPtr > getOffsets(int32_t index)
Returns an array of TermVectorOffsetInfo in which the term is found. May return null if offsets have ...
Extends TermFreqVector to provide additional information about positions in which each of the terms i...
Definition: TermPositionVector.h:16
clucene.sourceforge.net