Created
November 12, 2012 20:29
-
-
Save jasonsirota/4061680 to your computer and use it in GitHub Desktop.
homepage-brief
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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