@Deprecated public class AnalyzerAttributeImpl extends org.apache.lucene.util.AttributeImpl implements AnalyzerAttribute, ConfigAttribute
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. AnalyzerAttribute,
Serialized Form| Constructor and Description |
|---|
AnalyzerAttributeImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Deprecated.
|
void |
copyTo(org.apache.lucene.util.AttributeImpl target)
Deprecated.
|
boolean |
equals(Object other)
Deprecated.
|
org.apache.lucene.analysis.Analyzer |
getAnalyzer()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setAnalyzer(org.apache.lucene.analysis.Analyzer analyzer)
Deprecated.
|
void |
setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.
|
String |
toString()
Deprecated.
|
public void setAnalyzer(org.apache.lucene.analysis.Analyzer analyzer)
setAnalyzer in interface AnalyzerAttributepublic org.apache.lucene.analysis.Analyzer getAnalyzer()
getAnalyzer in interface AnalyzerAttributepublic void clear()
clear in class org.apache.lucene.util.AttributeImplpublic void copyTo(org.apache.lucene.util.AttributeImpl target)
copyTo in class org.apache.lucene.util.AttributeImplpublic void setQueryConfigHandler(AbstractQueryConfig config)
setQueryConfigHandler in interface ConfigAttributepublic String toString()
toString in class org.apache.lucene.util.AttributeImplCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.