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 Form| Constructor and Description |
|---|
DateResolutionAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
copyTo(org.apache.lucene.util.AttributeImpl target) |
boolean |
equals(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
RangeQueryNodes for
fields for which no specific date resolutions has been set. |
String |
toString() |
public void setDateResolution(org.apache.lucene.document.DateTools.Resolution dateResolution)
DateResolutionAttributeRangeQueryNodes for
fields for which no specific date resolutions has been set. Field
specific resolutions can be set withsetDateResolution in interface DateResolutionAttributedateResolution - the default date resolution to setpublic org.apache.lucene.document.DateTools.Resolution getDateResolution()
getDateResolution in interface DateResolutionAttributepublic void clear()
clear in class org.apache.lucene.util.AttributeImplpublic void copyTo(org.apache.lucene.util.AttributeImpl target)
copyTo in class org.apache.lucene.util.AttributeImplpublic boolean equals(Object other)
equals in class org.apache.lucene.util.AttributeImplpublic int hashCode()
hashCode in class org.apache.lucene.util.AttributeImplpublic String toString()
toString in class org.apache.lucene.util.AttributeImplCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.