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 TermRangeQuery |
SearchQuery.termRange()
Prepare a
TermRangeQuery body. |
Modifier and Type | Method and Description |
---|---|
TermRangeQuery |
TermRangeQuery.boost(double boost) |
TermRangeQuery |
TermRangeQuery.field(String field) |
TermRangeQuery |
TermRangeQuery.max(String max)
Sets the upper boundary of the range.
|
TermRangeQuery |
TermRangeQuery.max(String max,
boolean inclusive)
Sets the upper boundary of the range, inclusive or not depending on the second parameter.
|
TermRangeQuery |
TermRangeQuery.min(String min)
Sets the lower boundary of the range.
|
TermRangeQuery |
TermRangeQuery.min(String 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.