Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/
Database Manual
/ /

MongoDB 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)

MongoDB Search indexes let you query data in MongoDB Search. MongoDB 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 MongoDB 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 MongoDB Search indexes on a specified collection or view.

Deletes an existing MongoDB Search index.

Updates an existing MongoDB Search index.

Back

logApplicationMessage