Class CoreMatchPhraseQuery

java.lang.Object
com.couchbase.client.core.api.search.CoreSearchQuery
com.couchbase.client.core.api.search.queries.CoreMatchPhraseQuery

@Internal public class CoreMatchPhraseQuery extends CoreSearchQuery
  • Constructor Details

    • CoreMatchPhraseQuery

      public CoreMatchPhraseQuery(String matchPhrase, @Nullable String field, @Nullable String analyzer, @Nullable Double boost)
  • Method Details

    • injectParams

      public void injectParams(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode input)
      Specified by:
      injectParams in class CoreSearchQuery
    • asProtostellar

      public com.couchbase.client.protostellar.search.v1.Query asProtostellar()
      Specified by:
      asProtostellar in class CoreSearchQuery