Uses of Class
com.couchbase.client.java.search.queries.NumericRangeQuery
Packages that use 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
Methods in com.couchbase.client.java.search that return NumericRangeQueryModifier and TypeMethodDescriptionstatic NumericRangeQuery
SearchQuery.numericRange()
Prepare aNumericRangeQuery
body. -
Uses of NumericRangeQuery in com.couchbase.client.java.search.queries
Methods in com.couchbase.client.java.search.queries that return NumericRangeQueryModifier 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.