Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Completed
Categories Atlas Search
Created by Guest
Created on Aug 6, 2020

Allow managing Atlas Search index via drivers

Currently I need to manage my indexes via the Atlas Search API but I would like to manage them using drivers in the same way that I manage all of my other MongoDB indexes.
  • ADMIN RESPONSE
    Oct 18, 2025
    Support is now available for: * NodeJS ( https://www.mongodb.com/docs/drivers/node/current/fundamentals/indexes/#search-indexes ) * C# ( https://mongodb.github.io/mongo-csharp-driver/2.21/apidocs/html/Methods_T_MongoDB_Driver_Search_IMongoSearchIndexManager.htm ) * C ( https://github.com/mongodb/mongo-c-driver/releases ) * C++ ( https://github.com/mongodb/mongo-cxx-driver/releases ) * Java ( https://www.mongodb.com/docs/drivers/java/sync/current/whats-new/ ) * PHP ( https://github.com/mongodb/mongo-php-library/releases ) * Ruby ( https://www.mongodb.com/docs/ruby-driver/current/release-notes/ ) * PyMongo ( https://pymongo.readthedocs.io/en/stable/changelog.html#changes-in-version-4-5 )
  • Guest
    Oct 16, 2023
    Please add to Go driver - Search indexes are critical to multiple environment bootstrapping.
  • Guest
    May 3, 2023
    This became critical for some cases
  • Guest
    Nov 4, 2021
    This is a very good idea. Some libs like mongoose will have the possibility to create a search plugin.