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