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 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 boolean
isLowercaseExpandedTerms()
Deprecated.void
setLowercaseExpandedTerms(boolean lowercaseExpandedTerms)
Deprecated.
-