Interface LocaleAttribute
-
- All Superinterfaces:
org.apache.lucene.util.Attribute
- All Known Implementing Classes:
LocaleAttributeImpl
@Deprecated public interface LocaleAttribute extends org.apache.lucene.util.Attribute
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Locale
getLocale()
Deprecated.void
setLocale(Locale locale)
Deprecated.
-