7 #ifndef SORTEDTERMVECTORMAPPER_H 8 #define SORTEDTERMVECTORMAPPER_H 10 #include <boost/function.hpp> 27 SortedTermVectorMapper(
bool ignoringPositions,
bool ignoringOffsets, TermVectorEntryComparator comparator);
41 static const wchar_t*
ALL;
48 virtual void setExpectations(
const String& field, int32_t numTerms,
bool storeOffsets,
bool storePositions);
TermVectorEntryComparator comparator
Definition: SortedTermVectorMapper.h:38
bool storePositions
Definition: SortedTermVectorMapper.h:37
static const wchar_t * ALL
Definition: SortedTermVectorMapper.h:41
Store a sorted collection of TermVectorEntrys. Collects all term information into a single...
Definition: SortedTermVectorMapper.h:22
MapStringTermVectorEntry termToTVE
Definition: SortedTermVectorMapper.h:35
bool storeOffsets
Definition: SortedTermVectorMapper.h:36
The TermVectorMapper can be used to map Term Vectors into your own structure instead of the parallel ...
Definition: TermVectorMapper.h:18
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12