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 |
---|---|---|
void |
StandardQueryParser.setDefaultOperator(DefaultOperatorAttribute.Operator operator) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
DefaultOperatorAttribute.Operator |
DefaultOperatorAttribute.getOperator() |
Deprecated.
|
DefaultOperatorAttribute.Operator |
DefaultOperatorAttributeImpl.getOperator() |
Deprecated.
|
static DefaultOperatorAttribute.Operator |
DefaultOperatorAttribute.Operator.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DefaultOperatorAttribute.Operator[] |
DefaultOperatorAttribute.Operator.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultOperatorAttribute.setOperator(DefaultOperatorAttribute.Operator operator) |
Deprecated.
|
void |
DefaultOperatorAttributeImpl.setOperator(DefaultOperatorAttribute.Operator operator) |
Deprecated.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.