Skip to content

Commit 253ecee

Browse files
cbullingerrustagir
andauthored
Apply suggestions from code review
Co-authored-by: Rea Rustagi <[email protected]>
1 parent ec6e87e commit 253ecee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/fundamentals/indexes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,11 @@ create a Vector Search index.
266266

267267
You can use the
268268
`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
271271
`SearchIndexModel
272272
<{+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.
274274

275275
The following code example shows how to create an Atlas Search index:
276276

0 commit comments

Comments
 (0)