Lucene.Net最佳实践

编程入门 行业动态 更新时间:2024-10-26 17:23:26
本文介绍了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的工作,我会买一本好书,涵盖从A到Z的Lucene有一个非常陡峭的学习曲线(我认为)。它不仅知道如何的搜索的你这是非常重要 - 这也是对的索引的吧。做一个基本的搜索是很容易的,但创建索引,它由数以百万计的数据记录,并仍然能够做一个快如闪电的搜索在它是可能的,但pretty的努力。有没有教程,学习你。

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.

我建议 Lucene的行动,第二版由迈克尔·麦坎德利斯,埃里克·海切尔和奥的斯的Gospodnetić。尽管它对于Lucene和不Lucene.NET所写的,不应该是一个问题,因为termonology和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:31,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/355015.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Lucene   Net

发布评论

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

>www.elefans.com

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