Class LowercaseExpandedTermsAttributeImpl
- java.lang.Object
-
- org.apache.lucene.util.AttributeImpl
-
- org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
-
- All Implemented Interfaces:
Serializable
,Cloneable
,ConfigAttribute
,LowercaseExpandedTermsAttribute
,org.apache.lucene.util.Attribute
@Deprecated public class LowercaseExpandedTermsAttributeImpl extends org.apache.lucene.util.AttributeImpl implements LowercaseExpandedTermsAttribute, ConfigAttribute
Deprecated.This attribute is used by processorParametricRangeQueryNodeProcessor
and must be defined in theQueryConfigHandler
. This attribute tells the processor what is the defaultLocale
used to parse a date.- See Also:
LowercaseExpandedTermsAttribute
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LowercaseExpandedTermsAttributeImpl()
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
isLowercaseExpandedTerms()
Deprecated.void
setLowercaseExpandedTerms(boolean lowercaseExpandedTerms)
Deprecated.void
setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
setLowercaseExpandedTerms
public void setLowercaseExpandedTerms(boolean lowercaseExpandedTerms)
Deprecated.- Specified by:
setLowercaseExpandedTerms
in interfaceLowercaseExpandedTermsAttribute
-
isLowercaseExpandedTerms
public boolean isLowercaseExpandedTerms()
Deprecated.- Specified by:
isLowercaseExpandedTerms
in interfaceLowercaseExpandedTermsAttribute
-
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
-
-