Uses of Class
com.couchbase.client.java.search.queries.DateRangeQuery
Package
Description
Namespace for various search-service related classes.
Contains the various APIs for search queries.
-
Uses of DateRangeQuery in com.couchbase.client.java.search
Modifier and TypeMethodDescriptionstatic DateRangeQuery
SearchQuery.dateRange()
Prepare aDateRangeQuery
body. -
Uses of DateRangeQuery in com.couchbase.client.java.search.queries
Modifier and TypeMethodDescriptionDateRangeQuery.boost
(double boost) DateRangeQuery.dateTimeParser
(String dateTimeParser) The name of the date/time parser to use to interpretstart(String)
andend(String)
.Sets the upper boundary of the range.Sets the upper boundary of the range, inclusive or not depending on the second parameter.Sets the upper boundary of the range.Sets the upper boundary of the range, inclusive or not depending on the second parameter.Sets the lower boundary of the range.Sets the lower boundary of the range, inclusive or not depending on the second parameter.Sets the lower boundary of the range.Sets the lower boundary of the range, inclusive or not depending on the second parameter.