Lucene.Net 最佳实践

编程入门 行业动态 更新时间:2024-10-27 05:22:09
本文介绍了Lucene.Net 最佳实践的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

使用 Lucene.Net 的最佳实践是什么?或者我在哪里可以找到一个好的 lucene 使用示例?

What are the best practices in using Lucene.Net? or where can I find a good lucene usage sample?

推荐答案

如果你打算使用 Lucene,我会买一本从头到尾的好书.Lucene 的学习曲线非常陡峭(在我看来).重要的不仅仅是知道如何搜索您的 - 它还涉及索引它.进行基本搜索很容易,但是创建一个包含数百万条数据记录的索引并且仍然能够对其进行闪电般的快速搜索是可能的,但非常困难.没有任何教程可以教你.

If you're going to work with Lucene, I'd buy a good book that covers it from A to Z. Lucene has a very steep learning curve (in my opinion). It's not only knowing how to search your that's important - it's also about indexing it. Doing a basic search is easy, but creating an index that consists of millions of records of data and still being able to do a lightning fast search over it is possible but pretty hard. There's no tutorial that learns you that.

我推荐 Michael McCandless、Erik Hatcher 和奥蒂斯·戈斯波德内蒂奇.虽然它是为 Lucene 而不是 Lucene.NET 编写的,但这应该不是问题,因为术语和 api 基本相同.

I'd recommend Lucene in Action, Second Edition by Michael McCandless, Erik Hatcher, and Otis Gospodnetić. Though it is written for Lucene and not Lucene.NET, that shouldn't be a problem as the termonology and api's are basically the same.

但是,如果您只是想快速尝试一下,您可以阅读此站点.这个名字说明了一切:-)

However, if you're just going to give it a quick try, you could read this site. The name says it all :-)

更多推荐

Lucene.Net 最佳实践

本文发布于:2023-05-29 23:04:12,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/355009.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Lucene   Net

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!