@InterfaceAudience.Public @InterfaceStability.Experimental public class DateRangeQuery extends SearchQuery
Modifier and Type | Class and Description |
---|---|
static class |
DateRangeQuery.Builder |
boost, BOOST, FROM, SIZE
Modifier | Constructor and Description |
---|---|
protected |
DateRangeQuery(DateRangeQuery.Builder builder) |
Modifier and Type | Method and Description |
---|---|
double |
boost() |
Date |
end() |
String |
field() |
boolean |
inclusiveEnd() |
boolean |
inclusiveStart() |
static DateRangeQuery.Builder |
on(String index) |
JsonObject |
queryJson() |
Date |
start() |
protected DateRangeQuery(DateRangeQuery.Builder builder)
public static DateRangeQuery.Builder on(String index)
public Date start()
public Date end()
public boolean inclusiveStart()
public boolean inclusiveEnd()
public String field()
public double boost()
boost
in class SearchQuery
public JsonObject queryJson()
queryJson
in class SearchQuery
Copyright © 2015 Couchbase, Inc.