File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,11 @@ specified as the ``timeField`` and the ``metaField``. If the field value
4444for the ``metaField`` field is a document, you can also create secondary
4545indexes on fields inside that document.
4646
47- The ``metaField`` doesn't support the following index types:
47+ In MongoDB 5.1, the ``metaField`` doesn't support :doc:`text
48+ </core/index-text>` indexes.
49+
50+ In MongoDB 5.0, the ``metaField`` doesn't support the following index
51+ types:
4852
4953- :doc:`2d </core/2d>`
5054- :doc:`2dsphere </core/2dsphere>`
Original file line number Diff line number Diff line change @@ -106,6 +106,13 @@ If the new parameter
106106 the :ref:`query explain plan output
107107 <explain-results-enhanced-execution>`.
108108
109+ Geo Indexing for Time Series collections
110+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111+
112+ Starting in MongoDB 5.1, you can use :ref:`geo indexes
113+ <timeseries-limitations-secondary-indexes>` on the ``metaField`` of time
114+ series collections.
115+
109116Schema Validation Errors Contain Description Field
110117~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111118
You can’t perform that action at this time.
0 commit comments