DateRangeQuery |
DateRangeQuery.boost(double boost) |
|
DateRangeQuery |
DateRangeQuery.dateTimeParser(String dateTimeParser) |
|
DateRangeQuery |
DateRangeQuery.end(String end) |
Sets the upper boundary of the range.
|
DateRangeQuery |
DateRangeQuery.end(String end,
boolean inclusive) |
Sets the upper boundary of the range, inclusive or not depending on the second parameter.
|
DateRangeQuery |
DateRangeQuery.end(Instant end) |
Sets the upper boundary of the range.
|
DateRangeQuery |
DateRangeQuery.end(Instant end,
boolean inclusive) |
Sets the upper boundary of the range, inclusive or not depending on the second parameter.
|
DateRangeQuery |
DateRangeQuery.field(String field) |
|
DateRangeQuery |
DateRangeQuery.start(String start) |
Sets the lower boundary of the range.
|
DateRangeQuery |
DateRangeQuery.start(String start,
boolean inclusive) |
Sets the lower boundary of the range, inclusive or not depending on the second parameter.
|
DateRangeQuery |
DateRangeQuery.start(Instant start) |
Sets the lower boundary of the range.
|
DateRangeQuery |
DateRangeQuery.start(Instant start,
boolean inclusive) |
Sets the lower boundary of the range, inclusive or not depending on the second parameter.
|