@Deprecated public interface AnalyzerAttribute extends Attribute
AnalyzerQueryNodeProcessor
processor and
must be defined in the QueryConfigHandler
. It provides to this
processor the Analyzer
, if there is one, which will be used to
analyze the query terms. Modifier and Type | Method and Description |
---|---|
Analyzer |
getAnalyzer()
Deprecated.
|
void |
setAnalyzer(Analyzer analyzer)
Deprecated.
|