Package | Description |
---|---|
org.apache.lucene.queryParser.core.config |
Contains the base classes used to configure the query processing
|
org.apache.lucene.queryParser.standard.config |
Standard Lucene Query Configuration
|
Modifier and Type | Class | Description |
---|---|---|
class |
FieldConfig |
This class represents a field configuration.
|
class |
QueryConfigHandler |
This class can be used to hold any query configuration and no field
configuration.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ConfigAttribute.setQueryConfigHandler(AbstractQueryConfig config) |
Deprecated.
|
Modifier and Type | Class | Description |
---|---|---|
class |
StandardQueryConfigHandler |
This query configuration handler is used for almost every processor defined
in the
StandardQueryNodeProcessorPipeline processor pipeline. |
Modifier and Type | Method | Description |
---|---|---|
void |
AllowLeadingWildcardAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config) |
Deprecated.
|
void |
AnalyzerAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config) |
Deprecated.
|
void |
BoostAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config) |
Deprecated.
|
void |
DateResolutionAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config) |
Deprecated.
|
void |
DefaultOperatorAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config) |
Deprecated.
|
void |
DefaultPhraseSlopAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config) |
Deprecated.
|
void |
FieldBoostMapAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config) |
Deprecated.
|
void |
FieldDateResolutionMapAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config) |
Deprecated.
|
void |
FuzzyAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config) |
Deprecated.
|
void |
LocaleAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config) |
Deprecated.
|
void |
LowercaseExpandedTermsAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config) |
Deprecated.
|
void |
MultiFieldAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config) |
Deprecated.
|
void |
MultiTermRewriteMethodAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config) |
Deprecated.
|
void |
PositionIncrementsAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config) |
Deprecated.
|
void |
RangeCollatorAttributeImpl.setQueryConfigHandler(AbstractQueryConfig config) |
Deprecated.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.