Is Atlas Search supported in Spring Data MongoDB?

Hello,

Currently there’s MongoClient by which we can do search queries in Java. But how to performs search queries in Spring Data MongoDB ?
I see a post from Marcus here saying that it is not possible. But that post was more an a year back. So, I just wanted to check if it is implemented.

Hey @Rahul_Raj2, it’s not GA yet, but there is work happening here: Simplify usage of user provided aggregation operations. by christophstrobl · Pull Request #4059 · spring-projects/spring-data-mongodb · GitHub

Hi Rahul, just wanted to follow up on this. Atlas Search is now possible with Spring Data, you can check out the “Tip” section on this page for more details.

https://docs.spring.io/spring-data/mongodb/docs/4.0.0-RC1/reference/html/#mongo.aggregation.supported-aggregation-operations

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.