Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef NEARSPANSUNORDERED_H
8 #define NEARSPANSUNORDERED_H
44 virtual void initialize();
49 virtual bool skipTo(int32_t target);
50 virtual int32_t doc();
51 virtual int32_t start();
52 virtual int32_t end();
54 virtual bool isPayloadAvailable();
55 virtual String toString();
59 void initList(
bool next);
66 friend class SpansCell;
clucene.sourceforge.net