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