Package | Description |
---|---|
org.apache.lucene.queryParser.standard |
Contains the implementation of the Lucene query parser using the flexible query parser frameworks
Lucene Flexible Query Parser Implementation
The old Lucene query parser used to have only one class that performed
all the parsing operations.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryParserWrapper.setQueryConfig(StandardQueryConfigHandler queryConfig)
Deprecated.
Sets the
QueryConfigHandler used by the QueryNodeProcessor
set to this object. |