Interface AnalyzerAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
AnalyzerAttributeImpl
@Deprecated public interface AnalyzerAttribute extends Attribute
Deprecated.This attribute is used byAnalyzerQueryNodeProcessor
processor and must be defined in theQueryConfigHandler
. It provides to this processor theAnalyzer
, if there is one, which will be used to analyze the query terms.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Analyzer
getAnalyzer()
Deprecated.void
setAnalyzer(Analyzer analyzer)
Deprecated.
-