Are there any books on Lucene.NET [closed]

孤人 提交于 2019-12-20 12:29:06

问题


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?


回答1:


You may want to look at: Lucene In Action.

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.

The book covers:

  • 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



回答2:


There's 'Lucene in Action' for Java. It's quite similar.



来源:https://stackoverflow.com/questions/2241199/are-there-any-books-on-lucene-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!