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-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ embeddings stored in MongoDB Atlas. To learn more about Atlas Vector Search, see
225
225
You can call the following methods on a collection to manage your Atlas
226
226
Search and Vector Search indexes:
227
227
228
-
- ``createSearchIndex()``
228
+
- ``createSearchIndex()`` *(valid for Atlas Search indexes only)*
229
229
- ``createSearchIndexes()``
230
230
- ``listSearchIndexes()``
231
231
- ``updateSearchIndex()``
@@ -244,10 +244,10 @@ each of the preceding methods.
244
244
Create a Search Index
245
245
+++++++++++++++++++++
246
246
247
-
You can use the `createSearchIndex() <{+api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoCollection.html#createSearchIndex(org.bson.conversions.Bson)>`__
0 commit comments