Uses of Class
com.couchbase.client.java.search.queries.NumericRangeQuery
-
Packages that use NumericRangeQuery Package Description com.couchbase.client.java.search Namespace for various search-service related classes.com.couchbase.client.java.search.queries 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 NumericRangeQuery Modifier and Type Method Description static NumericRangeQuerySearchQuery. numericRange()Prepare aNumericRangeQuerybody. -
Uses of NumericRangeQuery in com.couchbase.client.java.search.queries
Methods in com.couchbase.client.java.search.queries that return NumericRangeQuery Modifier and Type Method Description NumericRangeQueryNumericRangeQuery. boost(double boost)NumericRangeQueryNumericRangeQuery. field(String field)NumericRangeQueryNumericRangeQuery. max(double max)Sets the upper boundary of the range.NumericRangeQueryNumericRangeQuery. max(double max, boolean inclusive)Sets the upper boundary of the range, inclusive or not depending on the second parameter.NumericRangeQueryNumericRangeQuery. min(double min)Sets the lower boundary of the range.NumericRangeQueryNumericRangeQuery. min(double min, boolean inclusive)Sets the lower boundary of the range, inclusive or not depending on the second parameter.
-