Skip to content

Instantly share code, notes, and snippets.

@jasonsirota
Created November 12, 2012 20:29
Show Gist options
  • Save jasonsirota/4061680 to your computer and use it in GitHub Desktop.
Save jasonsirota/4061680 to your computer and use it in GitHub Desktop.
homepage-brief
View view = client.getView("beer", "by_name");
Query query = new Query().setKey("Wrath").setIncludeDocs(true);
ViewResponse result = client.query(view, query);
System.out.printf("Query returned %s docs", result.size());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment