flimzy commented on a change in pull request #491: Fixes #479 to add document
partitioned DBs + Mango content
URL:
https://github.com/apache/couchdb-documentation/pull/491#discussion_r373675978
##########
File path: src/api/database/find.rst
##########
@@ -943,6 +943,12 @@ built using MapReduce Views.
:query json partial_filter_selector: A :ref:`selector <find/selectors>`
to apply to documents at indexing time, creating a
:ref:`partial index <find/partial_indexes>`. *Optional*
+ :query boolean partitioned: Determines whether a JSON index is partitioned
+ or global. To create a partitioned index, set the ``"partitioned"``
field
+ to ``true``. To create a global index on a partitioned database,
specify
+ ``false`` for the ``"partitioned"`` field. If you specify ``true``
+ for the ``"partitioned"`` field on an unpartitioned database, an
+ error occurs.
Review comment:
Is there a default value, or is this value required in all cases?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services