Uses of Class
com.couchbase.client.java.search.queries.DateRangeQuery
Packages that use 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
Methods in com.couchbase.client.java.search that return DateRangeQueryModifier and TypeMethodDescriptionstatic DateRangeQuerySearchQuery.dateRange()Prepare aDateRangeQuerybody. -
Uses of DateRangeQuery in com.couchbase.client.java.search.queries
Methods in com.couchbase.client.java.search.queries that return DateRangeQueryModifier 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.