Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.core |
Core classes of the flexible query parser framework.
|
org.apache.lucene.queryparser.flexible.core.processors |
Interfaces and implementations used by query node processors
|
org.apache.lucene.queryparser.flexible.precedence.processors |
Processors used by Precedence Query Parser
|
org.apache.lucene.queryparser.flexible.standard.config |
Standard Lucene Query Configuration.
|
org.apache.lucene.queryparser.flexible.standard.processors |
Lucene Query Node Processors.
|
Modifier and Type | Method and Description |
---|---|
QueryConfigHandler |
QueryParserHelper.getQueryConfigHandler()
Returns the query configuration handler, which is used during the query
node tree processing.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryParserHelper.setQueryConfigHandler(QueryConfigHandler config)
Sets the query configuration handler that will be used during query
processing.
|
Constructor and Description |
---|
QueryParserHelper(QueryConfigHandler queryConfigHandler,
SyntaxParser syntaxParser,
QueryNodeProcessor processor,
QueryBuilder builder)
Creates a query parser helper object using the specified configuration,
text parser, processor and builder.
|
Modifier and Type | Method and Description |
---|---|
QueryConfigHandler |
QueryNodeProcessorPipeline.getQueryConfigHandler()
For reference about this method check:
QueryNodeProcessor.getQueryConfigHandler() . |
QueryConfigHandler |
QueryNodeProcessorImpl.getQueryConfigHandler()
For reference about this method check:
QueryNodeProcessor.getQueryConfigHandler() . |
QueryConfigHandler |
QueryNodeProcessor.getQueryConfigHandler()
Returns the
QueryConfigHandler associated to the query tree if any,
otherwise it returns null |
Modifier and Type | Method and Description |
---|---|
void |
QueryNodeProcessorPipeline.setQueryConfigHandler(QueryConfigHandler queryConfigHandler)
For reference about this method check:
QueryNodeProcessor.setQueryConfigHandler(QueryConfigHandler) . |
void |
QueryNodeProcessorImpl.setQueryConfigHandler(QueryConfigHandler queryConfigHandler)
For reference about this method check:
QueryNodeProcessor.setQueryConfigHandler(QueryConfigHandler) . |
void |
QueryNodeProcessor.setQueryConfigHandler(QueryConfigHandler queryConfigHandler)
Sets the
QueryConfigHandler associated to the query tree. |
Constructor and Description |
---|
QueryNodeProcessorImpl(QueryConfigHandler queryConfigHandler) |
QueryNodeProcessorPipeline(QueryConfigHandler queryConfigHandler)
Constructs with a
QueryConfigHandler object. |
Constructor and Description |
---|
PrecedenceQueryNodeProcessorPipeline(QueryConfigHandler queryConfig) |
Modifier and Type | Class and Description |
---|---|
class |
StandardQueryConfigHandler
This query configuration handler is used for almost every processor defined
in the
StandardQueryNodeProcessorPipeline processor pipeline. |
Constructor and Description |
---|
FieldBoostMapFCListener(QueryConfigHandler config) |
FieldDateResolutionFCListener(QueryConfigHandler config) |
LegacyNumericFieldConfigListener(QueryConfigHandler config)
Deprecated.
Constructs a
LegacyNumericFieldConfigListener object using the given QueryConfigHandler . |
PointsConfigListener(QueryConfigHandler config)
Constructs a
PointsConfigListener object using the given QueryConfigHandler . |
Modifier and Type | Method and Description |
---|---|
QueryConfigHandler |
BooleanQuery2ModifierNodeProcessor.getQueryConfigHandler() |
Modifier and Type | Method and Description |
---|---|
void |
BooleanQuery2ModifierNodeProcessor.setQueryConfigHandler(QueryConfigHandler queryConfigHandler) |
Constructor and Description |
---|
StandardQueryNodeProcessorPipeline(QueryConfigHandler queryConfig) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.