Package | Description |
---|---|
org.apache.lucene.queryParser.standard |
Contains the implementation of the Lucene query parser using the flexible query parser frameworks
|
Modifier and Type | Field and Description |
---|---|
static QueryParserWrapper.Operator |
QueryParserWrapper.Operator.AND |
static QueryParserWrapper.Operator |
QueryParserWrapper.AND_OPERATOR
Deprecated.
Alternative form of QueryParser.Operator.AND
|
static QueryParserWrapper.Operator |
QueryParserWrapper.Operator.OR |
static QueryParserWrapper.Operator |
QueryParserWrapper.OR_OPERATOR
Deprecated.
Alternative form of QueryParser.Operator.OR
|
Modifier and Type | Method and Description |
---|---|
QueryParserWrapper.Operator |
QueryParserWrapper.getDefaultOperator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryParserWrapper.setDefaultOperator(QueryParserWrapper.Operator op)
Deprecated.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.