Class DefaultPhraseSlopAttributeImpl
- java.lang.Object
-
- org.apache.lucene.util.AttributeImpl
-
- org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl
-
- All Implemented Interfaces:
Serializable
,Cloneable
,ConfigAttribute
,DefaultPhraseSlopAttribute
,org.apache.lucene.util.Attribute
@Deprecated public class DefaultPhraseSlopAttributeImpl extends org.apache.lucene.util.AttributeImpl implements DefaultPhraseSlopAttribute, 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:
DefaultOperatorAttribute
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultPhraseSlopAttributeImpl()
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.int
getDefaultPhraseSlop()
Deprecated.int
hashCode()
Deprecated.void
setDefaultPhraseSlop(int defaultPhraseSlop)
Deprecated.void
setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
setDefaultPhraseSlop
public void setDefaultPhraseSlop(int defaultPhraseSlop)
Deprecated.- Specified by:
setDefaultPhraseSlop
in interfaceDefaultPhraseSlopAttribute
-
getDefaultPhraseSlop
public int getDefaultPhraseSlop()
Deprecated.- Specified by:
getDefaultPhraseSlop
in interfaceDefaultPhraseSlopAttribute
-
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
-
-