本文介绍了是否有对Lucene.NET任何书籍的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已搜查亚马逊,找不到一本关于lucene.net。 ?有你们穿过像样的书来到lucene.net
I have searched on amazon and could not find a book on lucene.net. Have you guys came across a decent book on lucene.net?
推荐答案
您可能想看看:的。
由于Lucene.NET是该项目的一个.NET端口,您可能会发现它涵盖了必要的概念,即使它的Java。应该有它很快出来了一个第2版
Since Lucene.NET is a .NET port of the project, you may find it covers the necessary concepts, even though it's for Java. There should be a 2nd edition of it coming out soon.
这本书涵盖:
- 如何Lucene的集成到应用程序
- 准备使用的框架,丰富的文件处理
- 案例研究,包括Nutch的,的TheServerSide,jGuru等等。
- Lucene的端口,Perl,Python和C#/。NET和C ++
- 排序,过滤,词向量,多和远程指数搜索
- 新的SpanQuery家庭,扩展查询分析器,命中收集
- 性能测试和调优
- Lucene的附加组件(命中高亮,同义词查找及其他)
- 是由Doug Cutting,Lucene的发明者
- How to integrate Lucene into your applications
- Ready-to-use framework for rich document handling
- Case studies including Nutch, TheServerSide, jGuru, etc.
- Lucene ports to Perl, Python, C#/.Net, and C++
- Sorting, filtering, term vectors, multiple, and remote index searching
- The new SpanQuery family, extending query parser, hit collecting
- Performance testing and tuning
- Lucene add-ons (hit highlighting, synonym lookup, and others)
- Foreworded by Doug Cutting, the inventor of Lucene
这篇关于是否有对Lucene.NET任何书籍的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!