Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef FILTEREDDOCIDSETITERATOR_H
8 #define FILTEREDDOCIDSETITERATOR_H
29 virtual int32_t docID();
30 virtual int32_t nextDoc();
31 virtual int32_t advance(int32_t target);
38 virtual bool match(int32_t docid) = 0;
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Abstract decorator class of a DocIdSetIterator implementation that provides on-demand filter/validati...
Definition: FilteredDocIdSetIterator.h:16
Definition: AbstractAllTermDocs.h:12
int32_t doc
Definition: FilteredDocIdSetIterator.h:26
boost::shared_ptr< DocIdSetIterator > DocIdSetIteratorPtr
Definition: LuceneTypes.h:324
This abstract class defines methods to iterate over a set of non-decreasing doc ids....
Definition: DocIdSetIterator.h:17
clucene.sourceforge.net