Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef FILTEREDTERMENUM_H
8 #define FILTEREDTERMENUM_H
33 virtual double difference() = 0;
37 virtual int32_t docFreq();
51 virtual bool termCompare(
TermPtr term) = 0;
54 virtual bool endEnum() = 0;
clucene.sourceforge.net