Uses of Class
org.apache.lucene.queryParser.core.config.AbstractQueryConfig
-
Packages that use AbstractQueryConfig Package Description org.apache.lucene.queryParser.core.config Contains the base classes used to configure the query processingorg.apache.lucene.queryParser.standard.config Standard Lucene Query Configuration -
-
Uses of AbstractQueryConfig in org.apache.lucene.queryParser.core.config
Subclasses of AbstractQueryConfig in org.apache.lucene.queryParser.core.config 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.Methods in org.apache.lucene.queryParser.core.config with parameters of type AbstractQueryConfig Modifier and Type Method Description void
ConfigAttribute. setQueryConfigHandler(AbstractQueryConfig config)
Deprecated. -
Uses of AbstractQueryConfig in org.apache.lucene.queryParser.standard.config
Subclasses of AbstractQueryConfig in org.apache.lucene.queryParser.standard.config Modifier and Type Class Description class
StandardQueryConfigHandler
This query configuration handler is used for almost every processor defined in theStandardQueryNodeProcessorPipeline
processor pipeline.Methods in org.apache.lucene.queryParser.standard.config with parameters of type AbstractQueryConfig 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.
-