AllowLeadingWildcardAttribute | This attribute is used by AllowLeadingWildcardProcessor processor and must be defined in the QueryConfigHandler . | code | html |
AnalyzerAttribute | This attribute is used by AnalyzerQueryNodeProcessor processor and must be defined in the QueryConfigHandler . | code | html |
BoostAttribute | This attribute is used by MultiFieldQueryNodeProcessor processor and it should be defined in a FieldConfig . | code | html |
DateResolutionAttribute | This attribute is used by ParametricRangeQueryNodeProcessor processor and must be defined in the QueryConfigHandler . | code | html |
DefaultOperatorAttribute | This attribute is used by GroupQueryNodeProcessor processor and must be defined in the QueryConfigHandler . | code | html |
DefaultPhraseSlopAttribute | This attribute is used by PhraseSlopQueryNodeProcessor processor and must be defined in the QueryConfigHandler . | code | html |
FieldBoostMapAttribute | This attribute enables the user to define a default boost per field. | code | html |
FieldDateResolutionMapAttribute | This attribute enables the user to define a default DateResolution per field. | code | html |
FuzzyAttribute | This attribute is used by PhraseSlopQueryNodeProcessor processor and must be defined in the QueryConfigHandler . | code | html |
LocaleAttribute | This attribute is used by processor ParametricRangeQueryNodeProcessor and must be defined in the QueryConfigHandler . | code | html |
LowercaseExpandedTermsAttribute | This attribute is used by processor ParametricRangeQueryNodeProcessor and must be defined in the QueryConfigHandler . | code | html |
MultiFieldAttribute | This attribute is used by MultiFieldQueryNodeProcessor processor and must be defined in the QueryConfigHandler . | code | html |
MultiTermRewriteMethodAttribute | This attribute is used by ParametricRangeQueryNodeProcessor processor and should be defined in the QueryConfigHandler used by this processor. | code | html |
PositionIncrementsAttribute | This attribute is used by AnalyzerQueryNodeProcessor processor and must be defined in the QueryConfigHandler . | code | html |
RangeCollatorAttribute | This attribute is used by ParametricRangeQueryNodeProcessor processor and must be defined in the QueryConfigHandler . | code | html |
DefaultOperatorAttribute.Operator | code | html | |
AllowLeadingWildcardAttributeImpl | This attribute is used by AllowLeadingWildcardProcessor processor and must be defined in the QueryConfigHandler . | code | html |
AnalyzerAttributeImpl | This attribute is used by AnalyzerQueryNodeProcessor processor and must be defined in the QueryConfigHandler . | code | html |
BoostAttributeImpl | This attribute is used by MultiFieldQueryNodeProcessor processor and it should be defined in a FieldConfig . | code | html |
DateResolutionAttributeImpl | This attribute is used by ParametricRangeQueryNodeProcessor processor and must be defined in the QueryConfigHandler . | code | html |
DefaultOperatorAttributeImpl | This attribute is used by GroupQueryNodeProcessor processor and must be defined in the QueryConfigHandler . | code | html |
DefaultPhraseSlopAttributeImpl | This attribute is used by PhraseSlopQueryNodeProcessor processor and must be defined in the QueryConfigHandler . | code | html |
FieldBoostMapAttributeImpl | This attribute is used by MultiFieldQueryNodeProcessor processor and it should be defined in a FieldConfig . | code | html |
FieldBoostMapFCListener | This listener listens for every field configuration request and assign a BoostAttribute to the equivalent FieldConfig based on a defined map: fieldName -> boostValue store in FieldBoostMapAttribute in the FieldBoostMapAttribute . | code | html |
FieldDateResolutionFCListener | This listener listens for every field configuration request and assign a DateResolutionAttribute to the equivalent FieldConfig based on a defined map: fieldName -> DateTools.Resolution stored in FieldDateResolutionMapAttribute in the DateResolutionAttribute . | code | html |
FieldDateResolutionMapAttributeImpl | This attribute enables the user to define a default DateResolution per field. | code | html |
FuzzyAttributeImpl | This attribute is used by PhraseSlopQueryNodeProcessor processor and must be defined in the QueryConfigHandler . | code | html |
LocaleAttributeImpl | This attribute is used by processor ParametricRangeQueryNodeProcessor and must be defined in the QueryConfigHandler . | code | html |
LowercaseExpandedTermsAttributeImpl | This attribute is used by processor ParametricRangeQueryNodeProcessor and must be defined in the QueryConfigHandler . | code | html |
MultiFieldAttributeImpl | This attribute is used by MultiFieldQueryNodeProcessor processor and must be defined in the QueryConfigHandler . | code | html |
MultiTermRewriteMethodAttributeImpl | This attribute is used by ParametricRangeQueryNodeProcessor processor and should be defined in the QueryConfigHandler used by this processor. | code | html |
PositionIncrementsAttributeImpl | This attribute is used by AnalyzerQueryNodeProcessor processor and must be defined in the QueryConfigHandler . | code | html |
RangeCollatorAttributeImpl | This attribute is used by ParametricRangeQueryNodeProcessor processor and must be defined in the QueryConfigHandler . | code | html |
StandardQueryConfigHandler | This query configuration handler is used for almost every processor defined in the StandardQueryNodeProcessorPipeline processor pipeline. | code | html |
The package org.apache.lucene.queryParser.standard.config contains the Lucene query configuration handler and all the attributes used by it. This configuration handler reproduces almost everything that could be set on the old query parser.
StandardQueryConfigHandler is the class that should be used to configure the StandardQueryNodeProcessorPipeline.