RE: spellcheck.q and local parameters

2014-04-28 Thread Jeroen Steggink
Sent: maandag 28 april 2014 22:55 To: solr-user@lucene.apache.org Subject: RE: spellcheck.q and local parameters spellcheck.q is supposed to take a list of raw query terms, so what you're trying to do in your example won't work. What you should do instead is space-delimit the actual q

RE: spellcheck.q and local parameters

2014-04-28 Thread Dyer, James
spellcheck.q is supposed to take a list of raw query terms, so what you're trying to do in your example won't work. What you should do instead is space-delimit the actual query terms that exist in "qq" and (nothing else) use that for your value of spellcheck.q . James Dyer Ingram Content Gro