7 #ifndef SORTEDTERMVECTORMAPPER_H
8 #define SORTEDTERMVECTORMAPPER_H
10 #include <boost/function.hpp>
28 SortedTermVectorMapper(
bool ignoringPositions,
bool ignoringOffsets, TermVectorEntryComparator comparator);
42 static const wchar_t*
ALL;
49 virtual void setExpectations(
const String& field, int32_t numTerms,
bool storeOffsets,
bool storePositions);