Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a good book or tutorial for setting up and using Cluence for beginners?

share|improve this question

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.

4 Answers

up vote 3 down vote accepted

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.

share|improve this answer
There is a new version of the text too, manning.com/hatcher3 – NoahD Apr 13 '09 at 17:54
edited - thanks! – KenE Apr 13 '09 at 21:09
1  
Not helpful as CLucene is WAY out of date with Lucene. – Rhubarb May 27 '12 at 0:41

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

share|improve this answer

I'm not sure what you want to learn, but the here is the documentation for clucene.

share|improve this answer
I would like a beginner's guide to using Cluence. For example, a step-by-step instruction/tutorial would be great. – NoahD Apr 12 '09 at 4:57

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.

share|improve this answer
And the down vote is why exactly? – Steve Haigh Jun 14 '11 at 10:16
I upped it .. :) was useful for me. Maybe other guy thought it was a repost as it looks similar to 'lucene in action'. Or maybe too much Java and it scared him :P – matiu Jun 21 '11 at 5:37

Not the answer you're looking for? Browse other questions tagged or ask your own question.