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 classFieldConfigThis class represents a field configuration.classQueryConfigHandlerThis 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 voidConfigAttribute. 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 classStandardQueryConfigHandlerThis query configuration handler is used for almost every processor defined in theStandardQueryNodeProcessorPipelineprocessor pipeline.Methods in org.apache.lucene.queryParser.standard.config with parameters of type AbstractQueryConfig Modifier and Type Method Description voidAllowLeadingWildcardAttributeImpl. setQueryConfigHandler(AbstractQueryConfig config)Deprecated.voidAnalyzerAttributeImpl. setQueryConfigHandler(AbstractQueryConfig config)Deprecated.voidBoostAttributeImpl. setQueryConfigHandler(AbstractQueryConfig config)Deprecated.voidDateResolutionAttributeImpl. setQueryConfigHandler(AbstractQueryConfig config)Deprecated.voidDefaultOperatorAttributeImpl. setQueryConfigHandler(AbstractQueryConfig config)Deprecated.voidDefaultPhraseSlopAttributeImpl. setQueryConfigHandler(AbstractQueryConfig config)Deprecated.voidFieldBoostMapAttributeImpl. setQueryConfigHandler(AbstractQueryConfig config)Deprecated.voidFieldDateResolutionMapAttributeImpl. setQueryConfigHandler(AbstractQueryConfig config)Deprecated.voidFuzzyAttributeImpl. setQueryConfigHandler(AbstractQueryConfig config)Deprecated.voidLocaleAttributeImpl. setQueryConfigHandler(AbstractQueryConfig config)Deprecated.voidLowercaseExpandedTermsAttributeImpl. setQueryConfigHandler(AbstractQueryConfig config)Deprecated.voidMultiFieldAttributeImpl. setQueryConfigHandler(AbstractQueryConfig config)Deprecated.voidMultiTermRewriteMethodAttributeImpl. setQueryConfigHandler(AbstractQueryConfig config)Deprecated.voidPositionIncrementsAttributeImpl. setQueryConfigHandler(AbstractQueryConfig config)Deprecated.voidRangeCollatorAttributeImpl. setQueryConfigHandler(AbstractQueryConfig config)Deprecated.
-