File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -266,11 +266,11 @@ create a Vector Search index.
266
266
267
267
You can use the
268
268
`createSearchIndexes() <{+api+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-mongo-collection/create-search-indexes.html>`__
269
- method to create multiple Atlas Search indexes or one or more Vector Search
270
- indexes. You must create and pass a
269
+ method to create multiple Atlas Search or Vector Search
270
+ indexes. You must create a
271
271
`SearchIndexModel
272
272
<{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/SearchIndexModel.html>`__
273
- instance for each index.
273
+ instance for each index, then pass a list of ``SearchIndexModel`` instances to the ``createSearchIndexes()`` method .
274
274
275
275
The following code example shows how to create an Atlas Search index:
276
276
You can’t perform that action at this time.
0 commit comments