File tree Expand file tree Collapse file tree 5 files changed +39
-17
lines changed Expand file tree Collapse file tree 5 files changed +39
-17
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,13 @@ database.
73
73
Behavior
74
74
--------
75
75
76
+ Atlas Search Indexes
77
+ ~~~~~~~~~~~~~~~~~~~~
78
+
79
+ ``listIndexes`` does not return information on :atlas:`{+fts+} indexes
80
+ </atlas-search/atlas-search-overview/#fts-indexes>`. Instead, use
81
+ :pipeline:`$listSearchIndexes`.
82
+
76
83
.. |operation| replace:: :dbcommand:`listIndexes`
77
84
.. |operations| replace:: :dbcommand:`listIndexes`
78
85
Original file line number Diff line number Diff line change 16
16
17
17
.. include:: /includes/extracts/methods-toc-explanation.rst
18
18
19
+ Atlas Search Index Methods
20
+ --------------------------
21
+
22
+ .. include:: /includes/atlas-search-commands/mongosh-method-intro.rst
23
+
24
+ .. |fts-index| replace:: {+fts+} index
25
+
26
+ .. |fts-indexes| replace:: {+fts+} indexes
27
+
28
+ .. include:: /includes/atlas-search-commands/mongosh-method-table.rst
29
+
30
+
31
+ .. toctree::
32
+ :titlesonly:
33
+ :hidden:
34
+
35
+ /reference/method/js-atlas-search
36
+
19
37
Collection
20
38
----------
21
39
@@ -1272,20 +1290,3 @@ Client-Side Field Level Encryption
1272
1290
:hidden:
1273
1291
1274
1292
/reference/method/js-client-side-field-level-encryption
1275
-
1276
- Atlas Search Index Methods
1277
- --------------------------
1278
-
1279
- .. include:: /includes/atlas-search-commands/mongosh-method-intro.rst
1280
-
1281
- .. |fts-index| replace:: {+fts+} index
1282
-
1283
- .. |fts-indexes| replace:: {+fts+} indexes
1284
-
1285
- .. include:: /includes/atlas-search-commands/mongosh-method-table.rst
1286
-
1287
- .. toctree::
1288
- :titlesonly:
1289
- :hidden:
1290
-
1291
- /reference/method/js-atlas-search
Original file line number Diff line number Diff line change @@ -37,6 +37,13 @@ Definition
37
37
Behavior
38
38
--------
39
39
40
+ Atlas Search Indexes
41
+ ~~~~~~~~~~~~~~~~~~~~
42
+
43
+ ``getIndexes()`` does not return information on :atlas:`{+fts+} indexes
44
+ </atlas-search/atlas-search-overview/#fts-indexes>`. For information on Atlas
45
+ Search indexes, use :pipeline:`$listSearchIndexes`.
46
+
40
47
.. |operation| replace:: :method:`db.collection.getIndexes()`
41
48
.. |operations| replace:: :dbcommand:`listIndexes`
42
49
Original file line number Diff line number Diff line change
1
+ .. _atlas-search-index-methods:
2
+
1
3
==========================
2
4
Atlas Search Index Methods
3
5
==========================
Original file line number Diff line number Diff line change @@ -204,6 +204,11 @@ Collection Methods
204
204
205
205
- Performs diagnostic operations on a collection.
206
206
207
+ .. seealso::
208
+
209
+ To manage :atlas:`{+fts+} indexes </atlas-search/atlas-search-overview/#fts-indexes>`,
210
+ see :ref:`atlas-search-index-methods`.
211
+
207
212
208
213
.. toctree::
209
214
:titlesonly:
You can’t perform that action at this time.
0 commit comments