OpenSearch .net (C#) 库:哪一个?
我想将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这可能有帮助:
http://blog.unto.net /opensearch/五分钟内将 opensearch 添加到您的网站/
That might help:
http://blog.unto.net/opensearch/add-opensearch-to-your-site-in-five-minutes/
如果您需要输入时的建议,则需要在服务器上有一个搜索方法,用于搜索并返回 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
我建议 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