Frames | No Frames |
Fields of type org.apache.lucene.queryParser.QueryParser.Operator | |
QueryParser.Operator | |
QueryParser.Operator | Alternative form of QueryParser.Operator.AND |
QueryParser.Operator | |
QueryParser.Operator | Alternative form of QueryParser.Operator.OR |
Methods with parameter type org.apache.lucene.queryParser.QueryParser.Operator | |
void | Sets the boolean operator of the QueryParser. |
Methods with return type org.apache.lucene.queryParser.QueryParser.Operator | |
QueryParser.Operator | Gets implicit operator setting, which will be either AND_OPERATOR
or OR_OPERATOR. |