Docs Menu

Docs HomeLaunch & Manage MongoDBMongoDB Atlas

Create and Manage Atlas Search Indexes

On this page

  • Atlas CLI
  • mongosh
  • MongoDB Drivers

This section describes how to create and manage Atlas Search indexes from the Atlas User Interface, Atlas Search API, Atlas CLI, mongosh, and MongoDB drivers.

To create and manage Atlas Search indexes using the Atlas CLI, your Atlas cluster must run MongoDB 6.0+ or 7.0+.

To create and manage Atlas Search indexes using the mongosh on M10 and higher Atlas cluster, your Atlas cluster must run MongoDB 6.0+ or 7.0+. You can't use the mongosh command to create and manage Atlas Search indexes on M0, M2, or M5 Atlas clusters.

To create and manage Atlas Search indexes programmatically on M10 and higher Atlas clusters, you can use any of the following MongoDB Drivers:

MongoDB Driver
Version
C
1.25.0 or higher
3.9.0 or higher
2.21.0 or higher
1.13.0, 1.13.1, or higher
4.11.0 or higher
5.6.0 or higher
1.17.0 or higher
4.5 or higher
2.19.2 or higher
2.8.0 or higher

You can't use the Mongodb driver helper methods to create and manage Atlas Search indexes on M0, M2, or M5 Atlas clusters.

← How to Perform Hybrid Search