Skip to content

Commit 677d66d

Browse files
authored
DOCSP 33219 (#4803) (#4843)
* DOCSP-33219 add descending index limitation * empty commit * DOCSP-33219 add descending index limitation
1 parent 255dc75 commit 677d66d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 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
3-
ascending order for the shard key, or a :doc:`hashed index
4-
</core/index-hashed>`.
2+
key, a compound index that starts with the shard key and specifies
3+
ascending order for the shard key, or a :ref:`hashed index
4+
<index-type-hashed>`.
55

6-
A :term:`shard key` index cannot be an index that specifies a
7-
:doc:`multikey index </core/index-multikey>`, a :doc:`text index
8-
</core/index-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)