The latest bits of the Couchbase .NET Client Library support a few different view querying options. In this post, I'll describe those options in detail. To play along at home, make sure you have the latest Couchbase Server installed with the beer-sample sample bucket.
I've added a view named "by_name" to the beer-sample bucket in the "beer" design doc. This view simply creates a secondary index on the "name" property of "beer" documents.
Read more »