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

Clarify that getView returns a handle/future like object and not an actual rowset

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.1.1
    • 1.1-beta
    • Documentation
    • Security Level: Public
    • None

    Description

      In the getting started guide, there isn't an example showing how to get a View object and how exactly it's used with cb.query(). This is mentioned in the tutorial and somewhat implied in retrospect. Would be nice to clearly show an example;

      e.g.

      View view = cb.getView("deignDoc", "viewQuery");
      Query = new Query();
      // ...
      ViewResponse resp = cb.query(view, query);

      etc.

      Attachments

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

        Activity

          People

            mnunberg Mark Nunberg (Inactive)
            mnunberg Mark Nunberg (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty