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 DateRangeQuery |
SearchQuery.dateRange()
Prepare a
DateRangeQuery body. |
Modifier and Type | Method and Description |
---|---|
DateRangeQuery |
DateRangeQuery.boost(double boost) |
DateRangeQuery |
DateRangeQuery.dateTimeParser(String dateTimeParser)
The name of the date/time parser to use to interpret
start(String) and end(String) . |
DateRangeQuery |
DateRangeQuery.end(Instant end)
Sets the upper boundary of the range.
|
DateRangeQuery |
DateRangeQuery.end(Instant end,
boolean inclusive)
Sets the upper boundary of the range, inclusive or not depending on the second parameter.
|
DateRangeQuery |
DateRangeQuery.end(String end)
Sets the upper boundary of the range.
|
DateRangeQuery |
DateRangeQuery.end(String end,
boolean inclusive)
Sets the upper boundary of the range, inclusive or not depending on the second parameter.
|
DateRangeQuery |
DateRangeQuery.field(String field) |
DateRangeQuery |
DateRangeQuery.start(Instant start)
Sets the lower boundary of the range.
|
DateRangeQuery |
DateRangeQuery.start(Instant start,
boolean inclusive)
Sets the lower boundary of the range, inclusive or not depending on the second parameter.
|
DateRangeQuery |
DateRangeQuery.start(String start)
Sets the lower boundary of the range.
|
DateRangeQuery |
DateRangeQuery.start(String start,
boolean inclusive)
Sets the lower boundary of the range, inclusive or not depending on the second parameter.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.