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 byAllowLeadingWildcardProcessorprocessor 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 voidclear()Deprecated.voidcopyTo(org.apache.lucene.util.AttributeImpl target)Deprecated.booleanequals(Object other)Deprecated.inthashCode()Deprecated.booleanisAllowLeadingWildcard()Deprecated.voidsetAllowLeadingWildcard(boolean allowLeadingWildcard)Deprecated.voidsetQueryConfigHandler(AbstractQueryConfig config)Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
setAllowLeadingWildcard
public void setAllowLeadingWildcard(boolean allowLeadingWildcard)
Deprecated.- Specified by:
setAllowLeadingWildcardin interfaceAllowLeadingWildcardAttribute
-
isAllowLeadingWildcard
public boolean isAllowLeadingWildcard()
Deprecated.- Specified by:
isAllowLeadingWildcardin interfaceAllowLeadingWildcardAttribute
-
clear
public void clear()
Deprecated.- Specified by:
clearin classorg.apache.lucene.util.AttributeImpl
-
copyTo
public void copyTo(org.apache.lucene.util.AttributeImpl target)
Deprecated.- Specified by:
copyToin classorg.apache.lucene.util.AttributeImpl
-
toString
public String toString()
Deprecated.- Overrides:
toStringin classorg.apache.lucene.util.AttributeImpl
-
setQueryConfigHandler
public void setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.- Specified by:
setQueryConfigHandlerin interfaceConfigAttribute
-
-