How to implement elastic search in asp.net with sql server

i have created website which is contain large amount of data and i have used asp.net with sql server to build the website , now i want to implement elastic search with sql server database .if anyone knows so please help me

Thank You..

hi, maybe you should search somes documentations on Google...
Basicly you'ill need : a connector, an ingest process and then run queries.

https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/index.html


http://joelabrahamsson.com/extending-aspnet-mvc-music-store-with-elasticsearch/

Thank you for your response.
now i want to know how to connect sql server and elastic search
if anyone know than help me..

You need to write a program that queries all your lines in your SQL Server and write using Bulk into Elasticsearch.

i have created one batch file to connect sql server and elastic search but i want to know how to pass stored procedure name in this batch file

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