Uses of Class
com.couchbase.client.java.search.queries.DateRangeQuery
| Package | Description |
|---|---|
| com.couchbase.client.java.search | |
| com.couchbase.client.java.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(Date end)Sets the upper boundary of the range.DateRangeQueryDateRangeQuery. end(Date 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(Date start)Sets the lower boundary of the range.DateRangeQueryDateRangeQuery. start(Date start, boolean inclusive)Sets the lower boundary of the range, inclusive or not depending on the second parameter.