Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef MATCHALLDOCSQUERY_H
8 #define MATCHALLDOCSQUERY_H
31 virtual void extractTerms(SetTerm terms);
32 virtual String toString(
const String& field);
34 virtual int32_t hashCode();
37 friend class MatchAllDocsWeight;
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
A query that matches all documents.
Definition: MatchAllDocsQuery.h:15
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< Weight > WeightPtr
Definition: LuceneTypes.h:480
The abstract base class for queries.
Definition: Query.h:31
virtual String toString()
Prints a query to a string.
boost::shared_ptr< Searcher > SearcherPtr
Definition: LuceneTypes.h:434
clucene.sourceforge.net