|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.util.AttributeImpl
org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
@Deprecated public class AnalyzerAttributeImpl
This attribute is used by 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| Field Summary |
|---|
| Fields inherited from class org.apache.lucene.util.AttributeImpl |
|---|
enableBackwards |
| Constructor Summary | |
|---|---|
AnalyzerAttributeImpl()
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.apache.lucene.util.AttributeImpl |
|---|
clone, reflectAsString, reflectWith |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AnalyzerAttributeImpl()
| Method Detail |
|---|
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(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic void setQueryConfigHandler(AbstractQueryConfig config)
setQueryConfigHandler in interface ConfigAttributepublic String toString()
toString in class org.apache.lucene.util.AttributeImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||