Uploaded image for project: 'Couchbase Java Client'
  1. Couchbase Java Client
  2. JCBC-742

Example of specifying a key() or keys() ?

    XMLWordPrintable

Details

    Description

      The API allows you to do something like this

      ViewResult result = bucket.query(
      ViewQuery
      .from("beer", "brewery_beers")
      .key("hofmark_brauerei")
      );

      But, I cannot find any examples in the 2.0 Java SDK docs for the key() method

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            brian.williams Brian Williams (Inactive)
            brian.williams Brian Williams (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty