Frames | No Frames |
Fields of type org.apache.lucene.document.DateTools.Resolution | |
DateTools.Resolution | |
DateTools.Resolution | |
DateTools.Resolution | |
DateTools.Resolution | |
DateTools.Resolution | |
DateTools.Resolution | |
DateTools.Resolution |
Methods with parameter type org.apache.lucene.document.DateTools.Resolution | |
String | Converts a Date to a string suitable for indexing. |
Date | Limit a date's resolution. |
long | Limit a date's resolution. |
String | Converts a millisecond time to a string suitable for indexing. |
Methods with parameter type org.apache.lucene.document.DateTools.Resolution | |
void | Sets the date resolution used by RangeQueries for a specific field. |
void | Sets the default date resolution used by RangeQueries for fields for which no
specific date resolutions has been set. |
Methods with return type org.apache.lucene.document.DateTools.Resolution | |
DateTools.Resolution | QueryParser.getDateResolution(String fieldName) Returns the date resolution that is used by RangeQueries for the given field. |