24 virtual bool next() = 0;
44 virtual bool skipTo(int32_t target) = 0;
47 virtual int32_t doc() = 0;
50 virtual int32_t start() = 0;
53 virtual int32_t end() = 0;
73 virtual bool isPayloadAvailable() = 0;
An enumeration of span matches. Used to implement span searching. Each span represents a range of ter...
Definition: Spans.h:17
Base class for all Lucene classes.
Definition: LuceneObject.h:31
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12