Query a range matching the given key prefix.
Query a range matching the given key prefix. Equivalent to composing from(prefix) and to(prefix with {} appended), e.g. from=["foobar"]&to=["foobar",{}]
Specify a descending sort.
Specify a descending sort. Note that the reversal is applied before key filtering, so you must reverse your from(...) and to(...) values.
Specify that reduction should not occur
Specify that reduction should not occur
Restrict the query to only keys greater than or equal to the given key, not including any documents that are earlier in the view than the given docid
Restrict the query to only keys greater than or equal to the given key, not including any documents that are earlier in the view than the given docid
Restrict the query to only keys greater than or equal to the given key
Restrict the query to only keys greater than or equal to the given key
Group results at the given level (see http://wiki.
Group results at the given level (see http://wiki.apache.org/couchdb/Introduction_to_CouchDB_views)
Group results (see http://wiki.
Group results (see http://wiki.apache.org/couchdb/Introduction_to_CouchDB_views)
Include the associated document with each result
Include the associated document with each result
Query for the given key only
Query for the given key only
Query for the given set of keys
Query for the given set of keys
Limit the query to the given number of results
Limit the query to the given number of results
Create a new self-typed instance
Fetch results of the query
Fetch results of the query
Specify that stale view data is okay.
Specify that stale view data is okay. Used for optimization -- some other query must keep the view fresh.
Restrict the query to only keys less than or equal to the given key, not including any documents that are later in the view than the given docid
Restrict the query to only keys less than or equal to the given key, not including any documents that are later in the view than the given docid
Restrict the query to only keys less than or equal to the given key
Restrict the query to only keys less than or equal to the given key
Add parameters to the query
Add parameters to the query
Trait of requests representing all documents in a Couch database