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?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
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:
There's 'Lucene in Action' for Java. It's quite similar.