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