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