|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryParser.Operator | |
|---|---|
| org.apache.lucene.queryParser | A simple query parser implemented with JavaCC. |
| Uses of QueryParser.Operator in org.apache.lucene.queryParser |
|---|
| Fields in org.apache.lucene.queryParser declared as QueryParser.Operator | |
|---|---|
static QueryParser.Operator |
QueryParser.Operator.AND
|
static QueryParser.Operator |
QueryParser.AND_OPERATOR
Alternative form of QueryParser.Operator.AND |
static QueryParser.Operator |
QueryParser.Operator.OR
|
static QueryParser.Operator |
QueryParser.OR_OPERATOR
Alternative form of QueryParser.Operator.OR |
| Methods in org.apache.lucene.queryParser that return QueryParser.Operator | |
|---|---|
QueryParser.Operator |
QueryParser.getDefaultOperator()
Gets implicit operator setting, which will be either AND_OPERATOR or OR_OPERATOR. |
| Methods in org.apache.lucene.queryParser with parameters of type QueryParser.Operator | |
|---|---|
void |
QueryParser.setDefaultOperator(QueryParser.Operator op)
Sets the boolean operator of the QueryParser. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||