Class AllowLeadingWildcardAttributeImpl
- java.lang.Object
-
- org.apache.lucene.util.AttributeImpl
-
- org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl
-
- All Implemented Interfaces:
Serializable
,Cloneable
,ConfigAttribute
,AllowLeadingWildcardAttribute
,org.apache.lucene.util.Attribute
@Deprecated public class AllowLeadingWildcardAttributeImpl extends org.apache.lucene.util.AttributeImpl implements AllowLeadingWildcardAttribute, ConfigAttribute
Deprecated.This attribute is used byAllowLeadingWildcardProcessor
processor and must be defined in theQueryConfigHandler
. It basically tells the processor if it should allow leading wildcard.- See Also:
AllowLeadingWildcardAttribute
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AllowLeadingWildcardAttributeImpl()
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
hashCode()
Deprecated.boolean
isAllowLeadingWildcard()
Deprecated.void
setAllowLeadingWildcard(boolean allowLeadingWildcard)
Deprecated.void
setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
setAllowLeadingWildcard
public void setAllowLeadingWildcard(boolean allowLeadingWildcard)
Deprecated.- Specified by:
setAllowLeadingWildcard
in interfaceAllowLeadingWildcardAttribute
-
isAllowLeadingWildcard
public boolean isAllowLeadingWildcard()
Deprecated.- Specified by:
isAllowLeadingWildcard
in interfaceAllowLeadingWildcardAttribute
-
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
-
-