Package | Description |
---|---|
org.apache.lucene.queryParser |
A simple query parser implemented with JavaCC.
|
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
QueryParser.Operator |
QueryParser.getDefaultOperator()
Gets implicit operator setting, which will be either AND_OPERATOR
or OR_OPERATOR.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryParser.setDefaultOperator(QueryParser.Operator op)
Sets the boolean operator of the QueryParser.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.