View _all_docs is map-only.

Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/faaf97eb
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/faaf97eb
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/faaf97eb

Branch: refs/heads/1781-reorganize-and-improve-docs
Commit: faaf97eb71ca2066351f158d156fd42c4c15ec17
Parents: 8a69a11
Author: Alexander Shorin <[email protected]>
Authored: Sat Aug 17 17:14:40 2013 +0400
Committer: Alexander Shorin <[email protected]>
Committed: Fri Sep 27 21:59:45 2013 +0400

----------------------------------------------------------------------
 share/doc/src/api/database/bulk-api.rst | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/faaf97eb/share/doc/src/api/database/bulk-api.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/api/database/bulk-api.rst 
b/share/doc/src/api/database/bulk-api.rst
index faf04c3..148da3d 100644
--- a/share/doc/src/api/database/bulk-api.rst
+++ b/share/doc/src/api/database/bulk-api.rst
@@ -37,9 +37,6 @@
   :query string endkey_docid: Stop returning records when the specified
     document ID is reached. *Optional*.
   :query string end_key_doc_id: Alias for `endkey_docid` param.
-  :query boolean group: Group the results using the reduce function to a group
-    or single row. Default is ``false``.
-  :query number group_level: Specify the group level to be used. *Optional*.
   :query boolean include_docs: Include the full content of the documents in
     the return. Default is ``false``.
   :query boolean inclusive_end: Specifies whether the specified end key should
@@ -48,7 +45,6 @@
     *Optional*.
   :query number limit: Limit the number of the returned documents to the
     specified number. *Optional*.
-  :query boolean reduce: Use the reduction function. Default is ``true``.
   :query number skip: Skip this number of records before starting to return
     the results. Default is ``0``.
   :query string stale: Allow the results from a stale view to be used.

Reply via email to