Is there a good book or tutorial for setting up and using Cluence for beginners?
+1
A:
I'm not sure what you want to learn, but the here is the documentation for clucene.
lothar
2009-04-12 03:56:27
I would like a beginner's guide to using Cluence. For example, a step-by-step instruction/tutorial would be great.
NoahD
2009-04-12 04:57:15
A:
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.
Steve Haigh
2009-04-12 16:44:36
+2
A:
Lucene In Action will get you started on all the concepts of Lucene, complete with hands on examples adn 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.
KenE
2009-04-13 14:19:48
A:
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
theorist
2010-07-01 10:29:09