Skip to content

Commit df45af1

Browse files
author
Dave Cuthbert
authored
DOCSP-30739 Remove outdated warning (#3351)
* DOCSP-30739 Remove outdated warning * Merge conflicts
1 parent 69bd51c commit df45af1

File tree

5 files changed

+2
-34
lines changed

5 files changed

+2
-34
lines changed

source/core/index-wildcard.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ arbitrary.
2424
Create Wildcard Index
2525
---------------------
2626

27-
.. important::
28-
29-
.. include:: /includes/extracts/wildcard-index-fcv.rst
30-
3127
You can create wildcard indexes using the
3228
:dbcommand:`createIndexes` database command or its shell helpers,
3329
:method:`~db.collection.createIndex()` or
@@ -187,8 +183,6 @@ Considerations
187183
predicate. For more information on wildcard index query
188184
support, see :ref:`wildcard-index-query-sort-support`.
189185

190-
- .. include:: /includes/extracts/wildcard-index-fcv.rst
191-
192186
- Wildcard indexes omit the _id field by default. To include the ``_id``
193187
field in the wildcard index, you must explicitly include it in the
194188
wildcardProjection document (i.e. ``{ "_id" : 1 }``).

source/includes/extracts-wildcard-indexes.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@ content: |
7070
values of ``userMetadata``.
7171
7272
---
73-
ref: wildcard-index-fcv
74-
content: |
75-
76-
The :binary:`~bin.mongod`
77-
:ref:`featureCompatibilityVersion <view-fcv>` must be ``4.2`` to
78-
create wildcard indexes. For instructions on setting the fCV, see
79-
:ref:`set-fcv`.
80-
---
8173
ref: wildcard-index-restrictions
8274
content: |
8375

source/reference/command/createIndexes.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,6 @@ Each document in the ``indexes`` array can take the following fields:
211211
complete documentation on wildcard indexes, including
212212
restrictions on their creation, see :ref:`wildcard-index-restrictions`.
213213

214-
.. include:: /includes/extracts/wildcard-index-fcv.rst
215-
216-
217214
For examples of wildcard index creation, see
218215
:ref:`createIndexes-command-wildcard-examples`.
219216

@@ -656,8 +653,6 @@ Wildcard Indexes
656653

657654
- .. include:: /includes/extracts/wildcard-index-id.rst
658655

659-
- .. include:: /includes/extracts/wildcard-index-fcv.rst
660-
661656
- .. include:: /includes/extracts/wildcard-index-restrictions.rst
662657

663658
For complete documentation on wildcard index restrictions, see
@@ -727,8 +722,6 @@ Create a Wildcard Index
727722

728723
.. note::
729724

730-
.. include:: /includes/extracts/wildcard-index-fcv.rst
731-
732725
For complete documentation on Wildcard Indexes, see
733726
:ref:`wildcard-index-core`.
734727

source/reference/method/db.collection.createIndex.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,7 @@ Definition
8787
:doc:`compound index key </core/index-compound>`. For more
8888
complete documentation on wildcard indexes, including
8989
restrictions on their creation, see :ref:`wildcard-index-restrictions`.
90-
91-
.. include:: /includes/extracts/wildcard-index-fcv.rst
92-
93-
90+
9491
For examples of wildcard index creation, see
9592
:ref:`createIndex-method-wildcard-examples`.
9693

@@ -750,8 +747,6 @@ rules, MongoDB can use the index. For details, see :ref:`createIndex-collation-i
750747
Create a Wildcard Index
751748
~~~~~~~~~~~~~~~~~~~~~~~
752749

753-
.. include:: /includes/extracts/wildcard-index-fcv.rst
754-
755750
- .. include:: /includes/extracts/wildcard-index-id.rst
756751

757752
- .. include:: /includes/extracts/wildcard-index-restrictions.rst

source/reference/method/db.collection.createIndexes.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ Definition
9090
:ref:`compound index key <index-type-compound>`. For more
9191
complete documentation on wildcard indexes, including
9292
restrictions on their creation, see :ref:`wildcard-index-restrictions`.
93-
94-
.. include:: /includes/extracts/wildcard-index-fcv.rst
95-
93+
9694
For more information on creating wildcard indexes, see
9795
:ref:`createIndexes-method-wildcard-behavior`.
9896

@@ -681,8 +679,6 @@ Wildcard Indexes
681679

682680
- .. include:: /includes/extracts/wildcard-index-id.rst
683681

684-
- .. include:: /includes/extracts/wildcard-index-fcv.rst
685-
686682
- .. include:: /includes/extracts/wildcard-index-restrictions.rst
687683

688684
For complete documentation on wildcard index restrictions, see
@@ -758,8 +754,6 @@ rules, MongoDB can use the index. For details, see :ref:`createIndex-collation-i
758754
Create a Wildcard Index
759755
~~~~~~~~~~~~~~~~~~~~~~~
760756

761-
.. include:: /includes/extracts/wildcard-index-fcv.rst
762-
763757
For complete documentation on Wildcard Indexes, see
764758
:ref:`wildcard-index-core`.
765759

0 commit comments

Comments
 (0)