Is there a good book or tutorial for setting up and using Cluence for beginners?
closed as not constructive by Smi, CJM, MrBoJangles, Kyle Trauberman, Mark Nov 8 '12 at 23:38
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Lucene In Action will get you started on all the concepts of Lucene, complete with hands on examples and tutorials for using the Lucene API to do just about every common task. CLucene is just a vanilla port of Java Lucene to C++, so the API is virtually identical, except it probably lags behind that of Java Lucene. |
|||||||||
|
|
a free chapter from "Lucene in Action: the Second Edition" dedicated to CLucene: http://www.code972.com/blog/wp-content/uploads/2010/06/Lucene10.2.pdf |
|||
|
|
|
I'm not sure what you want to learn, but the here is the documentation for clucene. |
|||
|
|
Collective Intelligence in Action might be worth looking at. It discusses the Java version of Lucene, not Clucene, but may be helpful to you all the same. |
|||||
|