Interface LowercaseExpandedTermsAttribute
-
- All Superinterfaces:
org.apache.lucene.util.Attribute
- All Known Implementing Classes:
LowercaseExpandedTermsAttributeImpl
@Deprecated public interface LowercaseExpandedTermsAttribute 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 booleanisLowercaseExpandedTerms()Deprecated.voidsetLowercaseExpandedTerms(boolean lowercaseExpandedTerms)Deprecated.
-