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.
|
Modifier and Type | Method and Description |
---|---|
static NumericRangeQuery |
SearchQuery.numericRange()
Prepare a
NumericRangeQuery body. |
Modifier and Type | Method and Description |
---|---|
NumericRangeQuery |
NumericRangeQuery.boost(double boost) |
NumericRangeQuery |
NumericRangeQuery.field(String field) |
NumericRangeQuery |
NumericRangeQuery.max(double max)
Sets the upper boundary of the range.
|
NumericRangeQuery |
NumericRangeQuery.max(double max,
boolean inclusive)
Sets the upper boundary of the range, inclusive or not depending on the second parameter.
|
NumericRangeQuery |
NumericRangeQuery.min(double min)
Sets the lower boundary of the range.
|
NumericRangeQuery |
NumericRangeQuery.min(double min,
boolean inclusive)
Sets the lower boundary of the range, inclusive or not depending on the second parameter.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.