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();
clucene.sourceforge.net