Reputation: 727
I want to use Elastic Enterprise Search in C#, is it possible to do it with the NEST client?
Enterprise Search (also known as App Search) offers powerful functionalities for search engines on the web platform. I am trying to use it with NEST Client; however I am not able to post data in Enterprise Search, I am only able to post the data into an index on Elasticsearch.
Any suggestions, references or resources that could help?
Upvotes: 1
Views: 443
Reputation: 23682
Unfortunately, there is no official Elastic App Search API client in C# as per docs.
There may be other unofficial clients available or you can write an HTTP wrapper yourself but as of current, one does not exist.
Upvotes: 1