I am trying to implement hunspell into lucene. The task is to make an application which finds words in pdf documents. I know what I have to do generaly but not specific. I know that I have to make a list with indexes which contain the root of the words of the documents, and then search in that list. But I am a java beginner so I don't really have an idea how to start. Every advice would be helpful.

link|improve this question
I took a quick look at the Lucene API to see what's going on (your project seems interesting). The only thing I've found in such a short time is that Lucene has a quality package documentation, maybe you can start out there. – Kohányi Róbert Dec 4 '11 at 8:09
Thank you very much! – user1079569 Dec 4 '11 at 14:09
Are you trying to make sure spelling errors in a PDF file are indexed as the most-likely correction? Or as a most-likely correction AND as the term as it appears? – Gene Golovchinsky May 12 at 1:18
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.