public class DateResolutionAttributeImpl extends org.apache.lucene.util.AttributeImpl implements DateResolutionAttribute
ParametricRangeQueryNodeProcessor
processor
and must be defined in the QueryConfigHandler
. This attribute tells
the processor which DateTools.Resolution
to use when parsing the date. DateResolutionAttribute
,
Serialized FormConstructor and Description |
---|
DateResolutionAttributeImpl() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
copyTo(org.apache.lucene.util.AttributeImpl target) |
boolean |
equals(java.lang.Object other) |
org.apache.lucene.document.DateTools.Resolution |
getDateResolution() |
int |
hashCode() |
void |
setDateResolution(org.apache.lucene.document.DateTools.Resolution dateResolution)
Sets the default date resolution used by
RangeQueryNode s for
fields for which no specific date resolutions has been set. |
java.lang.String |
toString() |
public void setDateResolution(org.apache.lucene.document.DateTools.Resolution dateResolution)
DateResolutionAttribute
RangeQueryNode
s for
fields for which no specific date resolutions has been set. Field
specific resolutions can be set withsetDateResolution
in interface DateResolutionAttribute
dateResolution
- the default date resolution to setpublic org.apache.lucene.document.DateTools.Resolution getDateResolution()
getDateResolution
in interface DateResolutionAttribute
public void clear()
clear
in class org.apache.lucene.util.AttributeImpl
public void copyTo(org.apache.lucene.util.AttributeImpl target)
copyTo
in class org.apache.lucene.util.AttributeImpl
public boolean equals(java.lang.Object other)
equals
in class org.apache.lucene.util.AttributeImpl
public int hashCode()
hashCode
in class org.apache.lucene.util.AttributeImpl
public java.lang.String toString()
toString
in class org.apache.lucene.util.AttributeImpl
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.