Interface ConfigAttribute
-
- All Known Implementing Classes:
AllowLeadingWildcardAttributeImpl
,AnalyzerAttributeImpl
,BoostAttributeImpl
,DateResolutionAttributeImpl
,DefaultOperatorAttributeImpl
,DefaultPhraseSlopAttributeImpl
,FieldBoostMapAttributeImpl
,FieldDateResolutionMapAttributeImpl
,FuzzyAttributeImpl
,LocaleAttributeImpl
,LowercaseExpandedTermsAttributeImpl
,MultiFieldAttributeImpl
,MultiTermRewriteMethodAttributeImpl
,PositionIncrementsAttributeImpl
,RangeCollatorAttributeImpl
@Deprecated public interface ConfigAttribute
Deprecated.This class should be used by every class that extendsAttribute
to configure aQueryConfigHandler
. It will be removed soon, it is only used during the transition from old configuration API to new configuration API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.
-
-
-
Method Detail
-
setQueryConfigHandler
void setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.
-
-