Is Solr available for .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?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Solr 是否可用于 .Net?
基础教程推荐
- Moq It.Is<>不匹配 2022-01-01
- 如果有人提交恶意软件Nuget包怎么办? 2022-01-01
- 如何使用 .Net 检查 Active Directory 服务器是否已启动并正在运行? 2022-01-01
- Azure Functions:CosmosDBTrigger 未在 Visual Studio 中触发 2022-01-01
- 当值可以是对象或空数组时反序列化 JSON 2022-01-01
- 禁止输入少量字符,例如'<'、'&a 2022-01-01
- WPF 模态进度窗口 2022-01-01
- .NET SerialPort DataReceived 事件未触发 2022-01-01
- C# 从 List<List<int>> 中删除重 2022-01-01
- 我应该在后面的代码中直接使用 Linq To SQL 还是使 2022-01-01
