Class RangeCollatorAttributeImpl
- java.lang.Object
-
- org.apache.lucene.util.AttributeImpl
-
- org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl
-
- All Implemented Interfaces:
Serializable
,Cloneable
,ConfigAttribute
,RangeCollatorAttribute
,org.apache.lucene.util.Attribute
@Deprecated public class RangeCollatorAttributeImpl extends org.apache.lucene.util.AttributeImpl implements RangeCollatorAttribute, ConfigAttribute
Deprecated.This attribute is used byParametricRangeQueryNodeProcessor
processor and must be defined in theQueryConfigHandler
. This attribute tells the processor whichCollator
should be used for aTermRangeQuery
- See Also:
RangeCollatorAttribute
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RangeCollatorAttributeImpl()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
clear()
Deprecated.void
copyTo(org.apache.lucene.util.AttributeImpl target)
Deprecated.boolean
equals(Object other)
Deprecated.Collator
getRangeCollator()
Deprecated.int
hashCode()
Deprecated.void
setDateResolution(Collator rangeCollator)
Deprecated.void
setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
setDateResolution
public void setDateResolution(Collator rangeCollator)
Deprecated.- Specified by:
setDateResolution
in interfaceRangeCollatorAttribute
-
getRangeCollator
public Collator getRangeCollator()
Deprecated.- Specified by:
getRangeCollator
in interfaceRangeCollatorAttribute
-
clear
public void clear()
Deprecated.- Specified by:
clear
in classorg.apache.lucene.util.AttributeImpl
-
copyTo
public void copyTo(org.apache.lucene.util.AttributeImpl target)
Deprecated.- Specified by:
copyTo
in classorg.apache.lucene.util.AttributeImpl
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classorg.apache.lucene.util.AttributeImpl
-
setQueryConfigHandler
public void setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.- Specified by:
setQueryConfigHandler
in interfaceConfigAttribute
-
-