7#ifndef TERMPOSITIONVECTOR_H
8#define TERMPOSITIONVECTOR_H
#define LUCENE_INTERFACE(Name)
Definition LuceneObject.h:19
Utility template class to handle collections that can be safely copied and shared.
Definition Collection.h:17
virtual ~TermPositionVector()
virtual Collection< TermVectorOffsetInfoPtr > getOffsets(int32_t index)
Returns an array of TermVectorOffsetInfo in which the term is found. May return null if offsets have ...
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