1

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?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
DAme
  • 697
  • 8
  • 21

1 Answers1

1

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.

Ermiya Eskandary
  • 15,323
  • 3
  • 31
  • 44
  • Can you suggest some unofficial clients available? I am not able to find anything for App Search. – DAme Jan 06 '22 at 23:13
  • @DAme I can't find any unfortunately – Ermiya Eskandary Jan 07 '22 at 10:26
  • 1
    I confirm, no client in C# for AppSearch. I am considering to create an open source project. – DAme Mar 17 '22 at 14:15
  • 1
    I am porting the client Elastic AppSearch in C#, in few weeks I would like publish it on github :) – DAme Jul 10 '22 at 18:01
  • @DAme, please I would like to know if you were able to port the Client Elastic AppSearch as you mentioned above and if you are happy to share it – user1047559 Dec 01 '22 at 17:24
  • We are working in an Elastic AppSearch Client, partially implementing the functions. We are thinking to publish as an open source project, however, not yet ready. – DAme Dec 03 '22 at 12:24