Create and Manage Atlas Search Indexes
On this page
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.
Atlas CLI
To create and manage Atlas Search indexes using the Atlas CLI, your Atlas cluster must run MongoDB 6.0+ or 7.0+.
mongosh
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.
MongoDB Compass
To create and manage Atlas Search indexes using Compass on M10
and
higher Atlas cluster, your Atlas cluster must run
MongoDB 7.0+. You can't use the Compass to create and manage
Atlas Search indexes on M0
, M2
, or M5
Atlas clusters.
MongoDB Drivers
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 |
---|---|
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.