Skip to content

Commit 2919182

Browse files
jason-price-mongodbjason-price-mongodb
and
jason-price-mongodb
authored
DOCSP-34943-wildcard-index (#5764) (#5809)
* DOCSP-34943-wildcard-index * DOCSP-34943-wildcard-index * DOCSP-34943-wildcard-index * DOCSP-34943-wildcard-index * DOCSP-34943-wildcard-index --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 8817341 commit 2919182

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

source/includes/limits-sharding-index-type.rst

+8-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ key, a compound index that starts with the shard key and specifies
33
ascending order for the shard key, or a :ref:`hashed index
44
<index-type-hashed>`.
55

6-
A :term:`shard key` index cannot be a descending index on the shard key,
7-
an index that specifies a :ref:`multikey index <index-type-multikey>`, a
8-
:ref:`text index <index-type-text>` or a :ref:`geospatial index
9-
<index-feature-geospatial>` on the :term:`shard key` fields.
6+
A :term:`shard key` index cannot be a descending index on the shard key.
7+
Additionally, a shard key index cannot be any of the following index
8+
types:
9+
10+
- :ref:`multikey <index-type-multikey>`
11+
- :ref:`text <index-type-text>`
12+
- :ref:`geospatial <index-feature-geospatial>`
13+
- :ref:`wildcard <wildcard-index-core>`
1014

1115
.. COMMENT seealso extracts-geospatial-index-shard-key-restriction.yaml

0 commit comments

Comments
 (0)