Create atlas index from spring data

Hi All experts,

May u know is it possible to created atlas index from spring application like normal mongo db index?

Hello @yichao_wang, welcome to the MongoDB Community forum!

You can access IndexOperations that can be performed on a collection using the MongoTemplate#indexOps method. IndexOperations has methods to create, drop and query indexes.

Hi Prasad,
I am talking about atlas index except normal index from mongo like compound index. Are u sure mongotemplate can do that?