@InterfaceAudience.Public @InterfaceStability.Experimental public abstract class SearchQuery extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SearchQuery.Builder |
Modifier and Type | Field and Description |
---|---|
protected double |
boost |
static double |
BOOST |
static int |
FROM |
static int |
SIZE |
Modifier | Constructor and Description |
---|---|
protected |
SearchQuery(SearchQuery.Builder builder) |
Modifier and Type | Method and Description |
---|---|
double |
boost() |
SearchControl |
control() |
String[] |
fields() |
String |
index() |
JsonObject |
json() |
int |
limit() |
int |
offset() |
abstract JsonObject |
queryJson() |
public static final int SIZE
public static final int FROM
public static final double BOOST
protected final double boost
protected SearchQuery(SearchQuery.Builder builder)
public int limit()
public int offset()
public String index()
public String[] fields()
public SearchControl control()
public double boost()
public abstract JsonObject queryJson()
public JsonObject json()
Copyright © 2015 Couchbase, Inc.