Class AnalyzerAttributeImpl
- java.lang.Object
-
- org.apache.lucene.util.AttributeImpl
-
- org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl
-
- All Implemented Interfaces:
Serializable
,Cloneable
,ConfigAttribute
,AnalyzerAttribute
,org.apache.lucene.util.Attribute
@Deprecated public class AnalyzerAttributeImpl extends org.apache.lucene.util.AttributeImpl implements AnalyzerAttribute, ConfigAttribute
Deprecated.This attribute is used byAnalyzerQueryNodeProcessor
processor and must be defined in theQueryConfigHandler
. It provides to this processor theAnalyzer
, if there is one, which will be used to analyze the query terms.- See Also:
AnalyzerAttribute
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnalyzerAttributeImpl()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
setAnalyzer
public void setAnalyzer(org.apache.lucene.analysis.Analyzer analyzer)
Deprecated.- Specified by:
setAnalyzer
in interfaceAnalyzerAttribute
-
getAnalyzer
public org.apache.lucene.analysis.Analyzer getAnalyzer()
Deprecated.- Specified by:
getAnalyzer
in interfaceAnalyzerAttribute
-
clear
public void clear()
Deprecated.- Specified by:
clear
in classorg.apache.lucene.util.AttributeImpl
-
copyTo
public void copyTo(org.apache.lucene.util.AttributeImpl target)
Deprecated.- Specified by:
copyTo
in classorg.apache.lucene.util.AttributeImpl
-
setQueryConfigHandler
public void setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.- Specified by:
setQueryConfigHandler
in interfaceConfigAttribute
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classorg.apache.lucene.util.AttributeImpl
-
-