Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef BOOLEANCLAUSE_H
8 #define BOOLEANCLAUSE_H
45 void setOccur(
Occur occur);
48 void setQuery(
const QueryPtr& query);
54 virtual int32_t hashCode();
55 virtual String toString();
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
A clause in a BooleanQuery.
Definition: BooleanClause.h:15
boost::shared_ptr< Query > QueryPtr
Definition: LuceneTypes.h:420
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
Occur occur
Definition: BooleanClause.h:41
Use this operator for clauses that should appear in the matching documents. For a BooleanQuery with n...
Definition: BooleanClause.h:25
Use this operator for clauses that must appear in the matching documents.
Definition: BooleanClause.h:20
Occur
Specifies how clauses are to occur in matching documents.
Definition: BooleanClause.h:18
clucene.sourceforge.net