Docs Menu
Docs Home
/ /

Manage MongoDB Search Indexes

A MongoDB Search index is a data structure that maps documents from your Atlas cluster to the terms that are extracted from those documents. MongoDB Search indexes enable efficient full-text searches of your database with MongoDB Search queries.

This page describes how to create, view, update, or delete MongoDB Search indexes using the Atlas UI or one of our supported clients.

You can create and manage MongoDB Search indexes from the Atlas UI or one of the following supported clients:

  • Atlas CLI, with Atlas cluster running MongoDB 7.0+

  • mongosh, with Atlas cluster running MongoDB 7.0+.

  • Compass, with Atlas cluster running MongoDB 7.0+.

  • Supported MongoDB Drivers:

    MongoDB Driver
    Driver Version

    1.25.0 or higher

    3.9.0 or higher

    2.21.0 or higher

    1.13.0 or higher

    4.11.0 or higher

    9.0 or higher

    3.3.0 or higher

    5.2.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

    5.2.0 or higher

You can assign Project User Roles or Database Built-in User Roles to provide access to the user privileges necessary to perform the MongoDB Search index actions described in this guide:

You can also watch the following videos to learn more about MongoDB Search indexes:

Back

Queries & Indexes

On this page