@InterfaceStability.Uncommitted @InterfaceAudience.Public public class BooleanFieldQuery extends AbstractFtsQuery
| Constructor and Description |
|---|
BooleanFieldQuery(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
BooleanFieldQuery |
boost(double boost) |
BooleanFieldQuery |
field(String field) |
protected void |
injectParams(JsonObject input)
Override to inject query-specific parameters when doing the
SearchQuery.export(). |
injectParamsAndBoost, toStringpublic BooleanFieldQuery field(String field)
public BooleanFieldQuery boost(double boost)
boost in class AbstractFtsQueryprotected void injectParams(JsonObject input)
AbstractFtsQuerySearchQuery.export().injectParams in class AbstractFtsQueryinput - the prepared JsonObject that will represent the query.Copyright © 2015 Couchbase, Inc.