Uses of Class
com.couchbase.client.java.search.queries.DateRangeQuery
| Package | Description |
|---|---|
| com.couchbase.client.java.search |
Namespace for various search-service related classes.
|
| com.couchbase.client.java.search.queries |
Contains the various APIs for search queries.
|
-
Uses of DateRangeQuery in com.couchbase.client.java.search
Methods in com.couchbase.client.java.search that return DateRangeQuery Modifier and Type Method Description static DateRangeQuerySearchQuery. dateRange()Prepare aDateRangeQuerybody. -
Uses of DateRangeQuery in com.couchbase.client.java.search.queries
Methods in com.couchbase.client.java.search.queries that return DateRangeQuery Modifier and Type Method Description DateRangeQueryDateRangeQuery. boost(double boost)DateRangeQueryDateRangeQuery. dateTimeParser(String dateTimeParser)The name of the date/time parser to use to interpretstart(String)andend(String).DateRangeQueryDateRangeQuery. end(String end)Sets the upper boundary of the range.DateRangeQueryDateRangeQuery. end(String end, boolean inclusive)Sets the upper boundary of the range, inclusive or not depending on the second parameter.DateRangeQueryDateRangeQuery. end(Instant end)Sets the upper boundary of the range.DateRangeQueryDateRangeQuery. end(Instant end, boolean inclusive)Sets the upper boundary of the range, inclusive or not depending on the second parameter.DateRangeQueryDateRangeQuery. field(String field)DateRangeQueryDateRangeQuery. start(String start)Sets the lower boundary of the range.DateRangeQueryDateRangeQuery. start(String start, boolean inclusive)Sets the lower boundary of the range, inclusive or not depending on the second parameter.DateRangeQueryDateRangeQuery. start(Instant start)Sets the lower boundary of the range.DateRangeQueryDateRangeQuery. start(Instant start, boolean inclusive)Sets the lower boundary of the range, inclusive or not depending on the second parameter.