Package | Description |
---|---|
org.apache.lucene.queryParser.standard |
Contains the implementation of the Lucene query parser using the flexible query parser frameworks
|
org.apache.lucene.queryParser.standard.config |
Standard Lucene Query Configuration
|
Modifier and Type | Method | Description |
---|---|---|
StandardQueryConfigHandler.Operator |
StandardQueryParser.getDefaultOperator() |
Modifier and Type | Method | Description |
---|---|---|
void |
StandardQueryParser.setDefaultOperator(StandardQueryConfigHandler.Operator operator) |
Sets the boolean operator of the QueryParser.
|
Modifier and Type | Field | Description |
---|---|---|
static ConfigurationKey<StandardQueryConfigHandler.Operator> |
StandardQueryConfigHandler.ConfigurationKeys.DEFAULT_OPERATOR |
Key used to set the default boolean operator
|
Modifier and Type | Method | 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-2018 Apache Software Foundation. All Rights Reserved.