updateSearchIndex

suspend fun updateSearchIndex(indexName: String, definition: Bson)

Update an Atlas Search index in the collection.

Parameters

indexName

the name of the search index to update.

definition

the search index mapping definition.

See also