Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef FIELDSORTEDTERMVECTORMAPPER_H
8 #define FIELDSORTEDTERMVECTORMAPPER_H
10 #include <boost/function.hpp>
29 MapStringCollectionTermVectorEntry fieldToTerms;
39 virtual void setExpectations(
const String& field, int32_t numTerms,
bool storeOffsets,
bool storePositions);
44 MapStringCollectionTermVectorEntry getFieldToTerms();
46 TermVectorEntryComparator getComparator();
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
String currentField
Definition: FieldSortedTermVectorMapper.h:31
TermVectorEntryComparator comparator
Definition: FieldSortedTermVectorMapper.h:32
Collection< TermVectorEntryPtr > currentSet
Definition: FieldSortedTermVectorMapper.h:30
Definition: AbstractAllTermDocs.h:12
For each Field, store a sorted collection of TermVectorEntrys This is not thread-safe.
Definition: FieldSortedTermVectorMapper.h:17
The TermVectorMapper can be used to map Term Vectors into your own structure instead of the parallel ...
Definition: TermVectorMapper.h:18
clucene.sourceforge.net