Class FuzzyAttributeImpl
- java.lang.Object
-
- org.apache.lucene.util.AttributeImpl
-
- org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl
-
- All Implemented Interfaces:
Serializable
,Cloneable
,ConfigAttribute
,FuzzyAttribute
,org.apache.lucene.util.Attribute
@Deprecated public class FuzzyAttributeImpl extends org.apache.lucene.util.AttributeImpl implements FuzzyAttribute, ConfigAttribute
Deprecated.This attribute is used byPhraseSlopQueryNodeProcessor
processor and must be defined in theQueryConfigHandler
. This attribute tells the processor what is the default phrase slop when no slop is defined in a phrase.- See Also:
FuzzyAttribute
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FuzzyAttributeImpl()
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.float
getFuzzyMinSimilarity()
Deprecated.int
getPrefixLength()
Deprecated.int
hashCode()
Deprecated.void
setFuzzyMinSimilarity(float minSimilarity)
Deprecated.void
setPrefixLength(int prefixLength)
Deprecated.void
setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
setPrefixLength
public void setPrefixLength(int prefixLength)
Deprecated.- Specified by:
setPrefixLength
in interfaceFuzzyAttribute
-
getPrefixLength
public int getPrefixLength()
Deprecated.- Specified by:
getPrefixLength
in interfaceFuzzyAttribute
-
setFuzzyMinSimilarity
public void setFuzzyMinSimilarity(float minSimilarity)
Deprecated.- Specified by:
setFuzzyMinSimilarity
in interfaceFuzzyAttribute
-
getFuzzyMinSimilarity
public float getFuzzyMinSimilarity()
Deprecated.- Specified by:
getFuzzyMinSimilarity
in interfaceFuzzyAttribute
-
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
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classorg.apache.lucene.util.AttributeImpl
-
setQueryConfigHandler
public void setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.- Specified by:
setQueryConfigHandler
in interfaceConfigAttribute
-
-