Lucene.net 被放弃了吗?
我目前正在测试 Lucene.Net,它非常适合我的需求,但我已经看到 开发邮件列表中最近的帖子(没有答案)... 您认为使用这个库开始开发不安全吗? 我以为它被广泛使用?
I'm currently testing Lucene.Net, and it's perfect for my needs but I've seen this recent post in the dev mailing list (with no answers)...
Do you think it's unsafe to start developping with this library ?
I thought it was widespread used ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,Lucene.NET 用于 RavenDB,所以它应该处于相当好的状态。
另外,这取决于您所说的“不安全”是什么意思。很难保证任何 OSS 项目永远不会停止,因此它们本质上都是“不安全”的。对于商业项目来说实际上也是如此。
Lucene.NET目前看来是一个可靠的项目(我在小项目中使用过它,所以我不能保证这一点,但RavenDB似乎做得很好),所以即使新的开发停止,它应该仍然可以依赖在它上面。
我认为这完全取决于您的项目的寿命、您是否准备好解决 Lucene 中的任何问题(如果出现)以及项目所有者的要求。
As far as I know Lucene.NET is used for RavenDB, so it should be in pretty good shape.
Also, it depends on what do you mean by "unsafe". It is hard to guarantee any OSS project will never stop, so all of them are inherently "unsafe". Same is actually true for commercial projects.
Lucene.NET seems to be a reliable project at current point (I used it in small project, so I can not guarantee that, but RavenDB seems to do just fine), so even if new development stops, it should still be possible to rely on it.
I think it all depends on longevity of your project, on your readiness to fix any issues in Lucene (if they arise), and on requirements of the project owners.