How to Integrate Elasticsearch Functionality into a .NET Core 9 MVC Project?

Hi Elastic Community,

I am currently working on a .NET Core 9 MVC project and want to integrate Elasticsearch to enhance the search functionality for my application. My goal is to implement features such as full-text search, filtering, and sorting on large datasets efficiently.

If anyone has experience working with Elasticsearch and .NET Core 9, or if there are updated libraries or tools I should explore, I would appreciate your suggestions.

Thanks in advance for your guidance!

Best regards,
Urvang Patel.

Have you looked at the official .NET client?