Yes, "maxCollationTries" tests the new (collation) queries with all the same 
parameters as the original query.  Most notably, it uses the same "fq" 
parameters so it will take in account any filters you were using.

James Dyer
E-Commerce Systems
Ingram Content Group
(615) 213-4311


-----Original Message-----
From: ninaddesai82 [mailto:desai.ni...@gmail.com] 
Sent: Monday, July 09, 2012 12:45 AM
To: solr-user@lucene.apache.org
Subject: RE: Better (and valid) Spellcheck in combination with other parameters 
with at least one occurance

Thanks James for your reply.

I am using spell check collation options (except
spellcheck.maxCollationTries). 
However, Will spellcheck.maxCollationTries consider other parqameneters in
query or just all spellcheck words in "q" ?

Becuse in my case, if original query is -->
solr/search/?q=hangry&c=CA&(all suggestion params)

then what i want is luscene suggestion to return is >>
if q=hungry has hits with param c=CA then return suggestion hungry
if q=angry has hits with param c=CA then return suggestion angry

so, does maxCollationTries consider other parameters while collating the
results ?

- Ninad

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Better-and-valid-Spellcheck-in-combination-with-other-parameters-with-at-least-one-occurance-tp3993484p3993816.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to