You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/fundamentals/indexes.txt
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ embeddings stored in MongoDB Atlas. To learn more about Atlas Vector Search, see
241
241
You can call the following methods on a collection to manage your Atlas
242
242
Search and Vector Search indexes:
243
243
244
-
- ``createSearchIndex()``
244
+
- ``createSearchIndex()`` *(valid for Search indexes only)*
245
245
- ``createSearchIndexes()``
246
246
- ``listSearchIndexes()``
247
247
- ``updateSearchIndex()``
@@ -261,9 +261,16 @@ Create a Search Index
261
261
+++++++++++++++++++++
262
262
263
263
You can use the `createSearchIndex() <{+api+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-mongo-collection/create-search-index.html>`__
264
-
and `createSearchIndexes() <{+api+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-mongo-collection/create-search-indexes.html>`__
265
-
methods to create Atlas Search and Vector Search indexes on a
266
-
collection.
264
+
method to create a single Atlas Search index. You *cannot* use this method to
0 commit comments