Solr 是否可用于 .Net?

Is Solr available for .Net?(Solr 是否可用于 .Net?)
本文介绍了Solr 是否可用于 .Net?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想学习 Solr.我可以知道一些好的教程/链接吗?

I want to learn Solr. May I know some good tutorial/links for it?

此外,Solr 是否可用于 .NET?

Also, is Solr available for .NET?

推荐答案

如果您的意思是在 .Net 而不是 Java 上运行 Solr 服务器,那么不,没有端口.我一直在尝试用 IKVM 这里 但它对我来说是低优先级的,所以我不能花太多时间在上面.如果有人能帮忙解决这个问题就太好了.

If you mean running the Solr server on .Net instead of Java, then no, there is no port. I've been trying to run it with IKVM here but it's low-priority to me so I can't put much time on it. It'd be great if someone can help out with this.

如果您的意思是从 .Net 应用程序使用/连接到 Solr,那么可以,您可以使用 SolrNet 或 SolrSharp .

If you mean using/connecting to Solr from a .Net application, then yes, you can use SolrNet or SolrSharp for that.

我在博客上写过这个不久以前.

更新:我在 Solr + IKVM 方面取得了重大进展.

UPDATE: I made significant progress with Solr + IKVM.

这篇关于Solr 是否可用于 .Net?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
quot;Overflowquot; compiler error with -9223372036854775808L(编译器错误-9223372036854775808L(Q;溢出Q))
Visual Studio 2010 ReportViewer Assembly References(Visual Studio 2010 ReportViewer程序集引用)
Weird behaviour when I open a reportviewer in WPF(在WPF中打开报表查看器时出现奇怪的行为)
how do i pass parameters to aspnet reportviewer(如何将参数传递给aspnet report查看器)