Solr 的 .Net 端口上是否正在进行任何工作?
我希望将 Solr 作为库嵌入到 .Net 应用程序中。我知道有一个 嵌入式 Java 客户端,它直接查询 Solr 核心,我可能会在 IKVM 上运行它,但是,我正在寻找已翻译的内容。我还查看了 Solrnet,但它似乎只是 http 托管的客户端Solr 实例,我也不想要它。
有人知道 Solr.Net 转换方面的工作吗?
I'm looking to embed Solr as a library in a .Net app. I understand that there is an embedded Java client which queries a Solr core directly, and I could potentially run this on IKVM, however, I'm looking for something which has been translated. I also have looked at Solrnet, but it appears to be only a client to an http-hosted Solr instance, which I also don't want.
Is anyone aware of work on a Solr.Net conversion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,没有人在开发这样的端口。
一年多前我确实尝试过 IKVM,但是这并不像看起来那么容易。很多关于未找到类的错误,并且似乎并不总是可以传递自己的类加载器。但非常欢迎您从我停下来的地方继续;-)
更新:我做了 Solr + IKVM 取得重大进展
As far as I know, no, nobody's working on such a port.
I did try IKVM for this over a year ago, but it's not as easy as it might seem. Lots of errors about classes not found, and it seems that it's not always possible to pass your own ClassLoader. But you're more than welcome to pick up where I left off ;-)
UPDATE: I made significant progress with Solr + IKVM