We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd73637 commit 583b03eCopy full SHA for 583b03e
source/includes/create-2dsphere-index.rst
@@ -9,3 +9,10 @@ literal ``"2dsphere"`` as the index type:
9
where the ``<location field>`` is a field whose value is either a
10
:ref:`GeoJSON object <geospatial-geojson>` or a :ref:`legacy
11
coordinates pair <geospatial-legacy>`.
12
+
13
+.. note::
14
15
+ If you try to create an index on a field that contains an array of
16
+ geoJSON points, the index build fails and returns the following error:
17
18
+ ``MongoServerError: Index build failed``
0 commit comments