Details
Description
Need an interface to be able to access Couchbase Views. Even without the ability to create and delete views, accessing view results is important, as views can be created through the Web UI interface.
The specific implementation should be specific to, and familiar to the surrounding language and library, but it should have some general capabilities:
- List views from a given cluster
- Get a handle on something that represents a view on a given cluster
- Assemble query parameters for a View
- Retrieve non-reduced results from a View
* Be able to get the underlying document from the non-reduced results (this request should flow over binprot)
- Retrieve reduced results from a View (the format is the same, but there is no associated docid)
The specific implementation should be specific to, and familiar to the surrounding language and library, but it should have some general capabilities:
- List views from a given cluster
- Get a handle on something that represents a view on a given cluster
- Assemble query parameters for a View
- Retrieve non-reduced results from a View
* Be able to get the underlying document from the non-reduced results (this request should flow over binprot)
- Retrieve reduced results from a View (the format is the same, but there is no associated docid)
Activity
Sergey Avseyev
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | In Progress [ 3 ] |
Sergey Avseyev
made changes -
| Status | In Progress [ 3 ] | Open [ 1 ] |
Sergey Avseyev
made changes -
| Assignee | Sergey Avseyev [ avsej ] | Matt Ingenthron [ ingenthr ] |
Sergey Avseyev
made changes -
| Fix Version/s | 1.1 Developer Preview 2 [ 10311 ] | |
| Fix Version/s | 1.1 Developer Preview [ 10218 ] |
Sergey Avseyev
made changes -
| Fix Version/s | 1.1 [ 10220 ] | |
| Fix Version/s | 1.1 Developer Preview 2 [ 10311 ] |
Matt Ingenthron
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | 1.1 Developer Preview [ 10218 ] | |
| Fix Version/s | 1.1 [ 10220 ] | |
| Resolution | Fixed [ 1 ] |
http://review.couchbase.org/9412
It means the library doesn't interpret the view parameters and result. The examples/couchview application shows how to plug external JSON parser to the couchbase