Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
32 virtual bool skipTo(int32_t target);
33 virtual int32_t doc();
34 virtual int32_t start();
35 virtual int32_t end();
37 virtual bool isPayloadAvailable();
38 virtual String toString();
clucene.sourceforge.net