Interface AnalyzerAttribute
-
- All Superinterfaces:
org.apache.lucene.util.Attribute
- All Known Implementing Classes:
AnalyzerAttributeImpl
@Deprecated public interface AnalyzerAttribute extends org.apache.lucene.util.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 org.apache.lucene.analysis.Analyzer
getAnalyzer()
Deprecated.void
setAnalyzer(org.apache.lucene.analysis.Analyzer analyzer)
Deprecated.
-