简体   繁体   English

是否可以通过 C# 中的 NEST 客户端使用弹性企业搜索

[英]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?我想在 C# 中使用 Elastic Enterprise Search,是否可以使用 NEST 客户端进行操作?

Enterprise Search (also known as App Search) offers powerful functionalities for search engines on the web platform. Enterprise Search(也称为 App Search)为 web 平台上的搜索引擎提供了强大的功能。 I am trying to use it with NEST Client;我正在尝试将它与 NEST 客户端一起使用; however I am not able to post data in Enterprise Search, I am only able to post the data into an index on Elasticsearch.但是我无法在企业搜索中发布数据,我只能将数据发布到 Elasticsearch 上的索引中。

Any suggestions, references or resources that could help?任何可以提供帮助的建议、参考资料或资源?

Unfortunately, there is no official Elastic App Search API client in C# as per docs .不幸的是,根据文档,C# 中没有官方的 Elastic App Search API 客户端

There may be other unofficial clients available or you can write an HTTP wrapper yourself but as of current, one does not exist.可能还有其他可用的非官方客户端,或者您可以自己编写 HTTP 包装器,但目前不存在。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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