Skip to content

Commit 11257e8

Browse files
committed
wip
1 parent c9ef744 commit 11257e8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

source/fundamentals/builders/aggregates.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,4 +946,4 @@ specifications:
946946

947947
To learn more about this helper, see the
948948
`vectorSearch() API documentation
949-
<{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html#vectorSearch(com.mongodb.client.model.search.FieldSearchPath,java.lang.Iterable,java.lang.String,long,long)>`__.
949+
<{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html#vectorSearch(com.mongodb.client.model.search.FieldSearchPath,java.lang.Iterable,java.lang.String,long,com.mongodb.client.model.search.VectorSearchOptions)>`__.

source/fundamentals/indexes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@ The following code example shows how to create an Atlas Search index:
270270
.. literalinclude:: /examples/generated/SearchIndexesTest.snippet.single-search-index-create.kt
271271
:language: kotlin
272272

273+
To create multiple Search or Vector Search indexes, you must create a
274+
`SearchIndexModel
275+
<{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/SearchIndexModel.html>`__
276+
instance for each index.
277+
273278
The following code example shows how to create Search and
274279
Vector Search indexes in one call:
275280

0 commit comments

Comments
 (0)