Re: SpellChecker in use with composite query

2009-04-14 Thread Amin Mohammed-Coleman
Hi Apologies for bringing this mail up again. But I have resolved some of the issues that I originally started with including composite queries. However I just have 1 remaining question which I would be grateful if someone could assist me with. I have a class whcih performs the creation of the s

Re: SpellChecker in use with composite query

2009-04-11 Thread Amin Mohammed-Coleman
Hi Another thing that I was wondering is how to apply the construction of the spell index. Where is the most appropriate place to create the spell index? For example: IndexReader spellReader = IndexReader.open(fsDirectory1); IndexReader spellReader2 = IndexReader.open(fsDirectory2); MultiRead

SpellChecker in use with composite query

2009-04-10 Thread Amin Mohammed-Coleman
Hi I have been playing around with the SpellChecker class and so far it looks really good. While developing a testcase to show it working I came across a couple of issues which I have resolved but I'm not certain if this is the correct approach. I would therefore be grateful if anyone could tell