Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.standard |
Implementation of the Lucene classic query parser using the flexible query parser frameworks
|
org.apache.lucene.queryparser.flexible.standard.config |
Standard Lucene Query Configuration.
|
Modifier and Type | Method and Description |
---|---|
StandardQueryConfigHandler.Operator |
StandardQueryParser.getDefaultOperator()
|
Modifier and Type | Method and Description |
---|---|
void |
StandardQueryParser.setDefaultOperator(StandardQueryConfigHandler.Operator operator)
Sets the boolean operator of the QueryParser.
|
Modifier and Type | Field and Description |
---|---|
static ConfigurationKey<StandardQueryConfigHandler.Operator> |
StandardQueryConfigHandler.ConfigurationKeys.DEFAULT_OPERATOR
Key used to set the default boolean operator
|
Modifier and Type | Method and Description |
---|---|
static StandardQueryConfigHandler.Operator |
StandardQueryConfigHandler.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardQueryConfigHandler.Operator[] |
StandardQueryConfigHandler.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.