RE: Issue using filter query with spellCheck component

2010-12-31 Thread taimurAQ
Thanks for the reply. What i have done now is that i take the suggested string and make another query to solr along with the filter parameter. It is working for now, since i can't figure out another workaround. Regards, Taimur -- View this message in context: http://lucene.472066.n3.nabble.co

RE: Issue using filter query with spellCheck component

2010-12-30 Thread Dyer, James
The SpellCheckComponent in v1.4 does not use "fq". All it does is take the keywords out of the "q" (or spellcheck.q) parameter and check them against the entire dictionary. If any keyword is not in the dictionary, it gives you a list of alternatives. The collate function then takes the query