Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef FILTEREDTERMENUM_H
8 #define FILTEREDTERMENUM_H
32 virtual double difference() = 0;
36 virtual int32_t docFreq();
50 virtual bool termCompare(
const TermPtr& term) = 0;
53 virtual bool endEnum() = 0;
57 virtual void setEnum(
const TermEnumPtr& actualEnum);
clucene.sourceforge.net