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