@InterfaceStability.Uncommitted @InterfaceAudience.Public public class MatchNoneQuery extends AbstractFtsQuery
A FTS query that matches 0 document (usually for debugging purposes).
| Constructor and Description |
|---|
MatchNoneQuery() |
| Modifier and Type | Method and Description |
|---|---|
MatchNoneQuery |
boost(double boost) |
protected void |
injectParams(JsonObject input)
Override to inject query-specific parameters when doing the
SearchQuery.export(). |
injectParamsAndBoost, toStringpublic MatchNoneQuery boost(double boost)
boost in class AbstractFtsQueryprotected void injectParams(JsonObject input)
AbstractFtsQueryOverride to inject query-specific parameters when doing the SearchQuery.export().
injectParams in class AbstractFtsQueryinput - the prepared JsonObject that will represent the query.Copyright © 2015 Couchbase, Inc.