Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef DOCIDSETITERATOR_H
8 #define DOCIDSETITERATOR_H
26 static const int32_t NO_MORE_DOCS;
35 virtual int32_t docID() = 0;
42 virtual int32_t nextDoc() = 0;
70 virtual int32_t advance(int32_t target) = 0;
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
This abstract class defines methods to iterate over a set of non-decreasing doc ids....
Definition: DocIdSetIterator.h:17
clucene.sourceforge.net