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