Package | Description |
---|---|
com.couchbase.client.java.search | |
com.couchbase.client.java.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(Date end)
Sets the upper boundary of the range.
|
DateRangeQuery |
DateRangeQuery.end(Date 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(Date start)
Sets the lower boundary of the range.
|
DateRangeQuery |
DateRangeQuery.start(Date 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 © 2015 Couchbase, Inc.