Example usage for Java org.apache.lucene.search BooleanQuery fields, constructors, methods, implement or subclass
The text is from its open source code.
List | clauses |
int | getMaxClauseCount() Return the maximum number of clauses permitted, 1024 by default. |
int | getMinimumNumberShouldMatch() Gets the minimum number of the optional BooleanClauses which must be satisfied. |
Query | rewrite(IndexReader reader) |
void | setMaxClauseCount(int maxClauseCount) Set the maximum number of clauses permitted per BooleanQuery. |
String | toString(String field) Prints a user-readable version of this query. |