Class MatchAllQuery
java.lang.Object
com.couchbase.client.java.search.queries.AbstractFtsQuery
com.couchbase.client.java.search.queries.MatchAllQuery
@Uncommitted @Public public class MatchAllQuery extends AbstractFtsQuery
A FTS query that matches all indexed documents (usually for debugging purposes).
- Since:
- 2.3.0
- Author:
- Simon Baslé, Michael Nitschinger
-
Constructor Summary
Constructors Constructor Description MatchAllQuery() -
Method Summary
Modifier and Type Method Description MatchAllQueryboost(double boost)protected voidinjectParams(JsonObject input)Override to inject query-specific parameters when doing theSearchQuery.export().Methods inherited from class com.couchbase.client.java.search.queries.AbstractFtsQuery
injectParamsAndBoost, toString
-
Constructor Details
-
MatchAllQuery
public MatchAllQuery()
-
-
Method Details
-
boost
- Overrides:
boostin classAbstractFtsQuery
-
injectParams
Description copied from class:AbstractFtsQueryOverride to inject query-specific parameters when doing theSearchQuery.export().- Specified by:
injectParamsin classAbstractFtsQuery- Parameters:
input- the preparedJsonObjectthat will represent the query.
-