简体   繁体   中英

Is it possible to use Elastic Enterprise Search through NEST client in C#

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM