Java org.apache.lucene.search BooleanQuery fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search BooleanQuery fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search BooleanQuery.

The text is from its open source code.

Subclass

org.apache.lucene.search.BooleanQuery has subclasses.
Click this link to see all its subclasses.

Field

Constructor

Method

intgetMaxClauseCount()
Return the maximum number of clauses permitted, 1024 by default.
intgetMinimumNumberShouldMatch()
Gets the minimum number of the optional BooleanClauses which must be satisfied.
Queryrewrite(IndexReader reader)
voidsetMaxClauseCount(int maxClauseCount)
Set the maximum number of clauses permitted per BooleanQuery.
StringtoString(String field)
Prints a user-readable version of this query.