Interface RangeCollatorAttribute
-
- All Superinterfaces:
org.apache.lucene.util.Attribute
- All Known Implementing Classes:
RangeCollatorAttributeImpl
@Deprecated public interface RangeCollatorAttribute extends org.apache.lucene.util.Attribute
Deprecated.This attribute is used byParametricRangeQueryNodeProcessor
processor and must be defined in theQueryConfigHandler
. This attribute tells the processor whichCollator
should be used for aTermRangeQuery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Collator
getRangeCollator()
Deprecated.void
setDateResolution(Collator rangeCollator)
Deprecated.
-