Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
28 virtual void seek(
const TermPtr& term) = 0;
35 virtual int32_t doc() = 0;
39 virtual int32_t freq() = 0;
42 virtual bool next() = 0;
51 virtual bool skipTo(int32_t target) = 0;
54 virtual void close() = 0;
boost::shared_ptr< Term > TermPtr
Definition: LuceneTypes.h:233
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< TermEnum > TermEnumPtr
Definition: LuceneTypes.h:235
#define LUCENE_INTERFACE(Name)
Definition: LuceneObject.h:19
TermDocs provides an interface for enumerating <document, frequency>; pairs for a term....
Definition: TermDocs.h:19
clucene.sourceforge.net