Class PhraseQuery

java.lang.Object
com.couchbase.client.java.search.queries.AbstractFtsQuery
com.couchbase.client.java.search.queries.PhraseQuery

@Uncommitted
@Public
public class PhraseQuery
extends AbstractFtsQuery
A FTS query that matches several terms (a "phrase") as is. The order of the terms mater and no further processing is applied to them, so they must appear in the index exactly as provided. Usually for debugging purposes, prefer MatchPhraseQuery.
Since:
2.3.0
Author:
Simon Baslé, Michael Nitschinger