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 processorParametricRangeQueryNodeProcessorand must be defined in theQueryConfigHandler. This attribute tells the processor what is the defaultLocaleused to parse a date.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description LocalegetLocale()Deprecated.voidsetLocale(Locale locale)Deprecated.
-