@Deprecated public class DateResolutionAttributeImpl extends org.apache.lucene.util.AttributeImpl implements DateResolutionAttribute, ConfigAttribute
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()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Deprecated.
|
void |
copyTo(org.apache.lucene.util.AttributeImpl target)
Deprecated.
|
boolean |
equals(Object other)
Deprecated.
|
org.apache.lucene.document.DateTools.Resolution |
getDateResolution()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setDateResolution(org.apache.lucene.document.DateTools.Resolution dateResolution)
Deprecated.
Sets the default date resolution used by
RangeQueryNodes for
fields for which no specific date resolutions has been set. |
void |
setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.
|
String |
toString()
Deprecated.
|
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 String toString()
toString in class org.apache.lucene.util.AttributeImplpublic void setQueryConfigHandler(AbstractQueryConfig config)
setQueryConfigHandler in interface ConfigAttributeCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.