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