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
44
44
for the ``metaField`` field is a document, you can also create secondary
45
45
indexes on fields inside that document.
46
46
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:
48
52
49
53
- :doc:`2d </core/2d>`
50
54
- :doc:`2dsphere </core/2dsphere>`
Original file line number Diff line number Diff line change @@ -106,6 +106,13 @@ If the new parameter
106
106
the :ref:`query explain plan output
107
107
<explain-results-enhanced-execution>`.
108
108
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
+
109
116
Schema Validation Errors Contain Description Field
110
117
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111
118
You can’t perform that action at this time.
0 commit comments