Uses of Class
com.couchbase.client.java.search.queries.NumericRangeQuery
Package
Description
Namespace for various search-service related classes.
Contains the various APIs for search queries.
-
Uses of NumericRangeQuery in com.couchbase.client.java.search
Modifier and TypeMethodDescriptionstatic NumericRangeQuery
SearchQuery.numericRange()
Prepare aNumericRangeQuery
body. -
Uses of NumericRangeQuery in com.couchbase.client.java.search.queries
Modifier and TypeMethodDescriptionNumericRangeQuery.boost
(double boost) NumericRangeQuery.max
(double max) Sets the upper boundary of the range.NumericRangeQuery.max
(double max, boolean inclusive) Sets the upper boundary of the range, inclusive or not depending on the second parameter.NumericRangeQuery.min
(double min) Sets the lower boundary of the range.NumericRangeQuery.min
(double min, boolean inclusive) Sets the lower boundary of the range, inclusive or not depending on the second parameter.