7#ifndef DOCIDSETITERATOR_H
8#define DOCIDSETITERATOR_H
70 virtual int32_t
advance(int32_t target) = 0;
#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
This abstract class defines methods to iterate over a set of non-decreasing doc ids....
Definition DocIdSetIterator.h:17
static const int32_t NO_MORE_DOCS
When returned by nextDoc(), advance(int) and docID() it means there are no more docs in the iterator.
Definition DocIdSetIterator.h:26
virtual int32_t advance(int32_t target)=0
Advances to the first beyond the current whose document number is greater than or equal to target....
virtual ~DocIdSetIterator()
virtual int32_t nextDoc()=0
Advances to the next document in the set and returns the doc it is currently on, or NO_MORE_DOCS if t...
virtual int32_t docID()=0
Returns the following:
Base class for all Lucene classes.
Definition LuceneObject.h:31
Definition AbstractAllTermDocs.h:12