OpenSearch .net (C#) 库:哪一个?

发布于 2024-08-18 01:16:40 字数 82 浏览 4 评论 0原文

我想将 OpenSearch 添加到我的 C# Web 应用程序中。 有人推荐某个 .net 库吗?或者自定义网络应用程序是否需要定制的开放搜索实现?

i would like to add OpenSearch to my C# webapplication.
does someone recommend a certain .net library? or does a custom webapplication require a tailormade opensearch implementation?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

阳光下慵懒的猫 2024-08-25 01:16:40

如果您需要输入时的建议,则需要在服务器上有一个搜索方法,用于搜索并返回 JSON(而不是 XML)格式的结果。如果您不需要建议,则只需要一种通过将 HTML 推送到浏览器来以正常方式响应搜索的方法。

查看 Mozilla 的官方文档,了解为您的网站创建 opensearch 插件支持搜索建议

If you want while-you-type suggestions, you need to have a search method on the server that searches and returns the results in JSON (not XML) format. If you don't need suggestions, you just need a method that responds to the search in a normal way by pushing HTML to the browser.

Have a look at Mozilla's official documentation for creating an opensearch plugin for your site and supporting search suggestions

叶落知秋 2024-08-25 01:16:40

我建议 OpenSearch.Net(elasticsearch-net 的一个开源分支)。
查看 git 存储库以开始使用

https://github.com/opensearch-project/开放搜索网

I suggest OpenSearch.Net (an open source fork of elasticsearch-net).
Have a look into the git repo for getting started

https://github.com/opensearch-project/opensearch-net

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文