Skip to content

Commit cb0b2fd

Browse files
authored
DOCSP 33219 (#4803)
* DOCSP-33219 add descending index limitation * empty commit * DOCSP-33219 add descending index limitation
1 parent 579a311 commit cb0b2fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
A :term:`shard key` index can be an ascending index on the shard
2-
key, a compound index that start with the shard key and specify
2+
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 an index that specifies a
7-
:ref:`multikey index <index-type-multikey>`, a :ref:`text index
8-
<index-type-text>` or a :ref:`geospatial index
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
99
<index-feature-geospatial>` on the :term:`shard key` fields.
1010

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

0 commit comments

Comments
 (0)