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.
feedback
|