#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
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.
Base class for all Lucene classes.
Definition LuceneObject.h:31
Definition AbstractAllTermDocs.h:12
boost::shared_ptr< DocIdSet > DocIdSetPtr
Definition LuceneTypes.h:323
boost::shared_ptr< IndexReader > IndexReaderPtr
Definition LuceneTypes.h:157