Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
35 virtual void extractTerms(SetTerm terms);
38 virtual String toString(
const String& field);
41 virtual int32_t hashCode();
44 friend class TermWeight;
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< Term > TermPtr
Definition: LuceneTypes.h:233
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
A Query that matches documents containing a term. This may be combined with other terms with a Boolea...
Definition: TermQuery.h:16
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< Weight > WeightPtr
Definition: LuceneTypes.h:480
The abstract base class for queries.
Definition: Query.h:31
TermPtr term
Definition: TermQuery.h:23
virtual String toString()
Prints a query to a string.
boost::shared_ptr< Searcher > SearcherPtr
Definition: LuceneTypes.h:434
clucene.sourceforge.net