Lucene++ - a full-featured, c++ search engine
API Documentation
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
boost::shared_ptr< IndexReader > IndexReaderPtr
Definition: LuceneTypes.h:157
boost::shared_ptr< DocIdSet > DocIdSetPtr
Definition: LuceneTypes.h:323
Abstract base class for restricting which documents may be returned during searching.
Definition: Filter.h:15
virtual DocIdSetPtr getDocIdSet(const IndexReaderPtr &reader)=0
Creates a DocIdSet enumerating the documents that should be permitted in search results.
clucene.sourceforge.net