public class AnalyzerAttributeImpl extends org.apache.lucene.util.AttributeImpl implements AnalyzerAttribute
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
copyTo(org.apache.lucene.util.AttributeImpl target) |
boolean |
equals(java.lang.Object other) |
org.apache.lucene.analysis.Analyzer |
getAnalyzer() |
int |
hashCode() |
void |
setAnalyzer(org.apache.lucene.analysis.Analyzer analyzer) |
java.lang.String |
toString() |
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 boolean equals(java.lang.Object other)
equals in class org.apache.lucene.util.AttributeImplpublic int hashCode()
hashCode in class org.apache.lucene.util.AttributeImplpublic java.lang.String toString()
toString in class org.apache.lucene.util.AttributeImplCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.