Docs Menu
Docs Home
/
MongoDB Manual
/ /

Atlas Search Database Commands

Note

For details on a specific command, including syntax and examples, click on the link to the command's reference page.

New in version 7.0: (Also available starting in 6.0.7)

Atlas Search indexes let you query data in Atlas Search. Atlas Search indexes enable performant text search queries by mapping search terms to the documents that contain those terms.

Use the following database commands to manage Atlas Search indexes.

Important

This command can only be run on a deployment hosted on MongoDB Atlas, and is not supported in serverless instances.

Name
Description
createSearchIndexes

Creates one or more Atlas Search indexes on a specified collection.

Deletes an existing Atlas Search index.

Updates an existing Atlas Search index.

Back

logApplicationMessage