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 a72c25b commit 3dad291Copy full SHA for 3dad291
source/reference/method/MongoDBModelIndexInfo-isGeoHaystack.txt
@@ -4,6 +4,9 @@ MongoDB\\Model\\IndexInfo::isGeoHaystack()
4
5
.. versionadded:: 1.4
6
7
+.. deprecated:: 1.16
8
+ MongoDB 5.0 and later no longer supports geoHaystack indexes.
9
+
10
.. default-domain:: mongodb
11
12
.. contents:: On this page
@@ -24,10 +27,6 @@ Definition
24
27
25
28
function isGeoHaystack(): boolean
26
29
- .. note::
-
- MongoDB 5.0 and later no longer supports geoHaystack indexes.
30
31
Return Values
32
-------------
33
0 commit comments