@Deprecated
public interface AnalyzerAttribute
extends org.apache.lucene.util.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 |
|---|---|
org.apache.lucene.analysis.Analyzer |
getAnalyzer()
Deprecated.
|
void |
setAnalyzer(org.apache.lucene.analysis.Analyzer analyzer)
Deprecated.
|
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.