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);
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< Term > TermPtr
Definition: LuceneTypes.h:233
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< TermEnum > TermEnumPtr
Definition: LuceneTypes.h:235
clucene.sourceforge.net