Could you post the request URL and the XML/JSON Solr response? And the solrconfig for both the query request handler and the spellcheck component.

Is your spell check component configured for both fields, field1 and field2?

-- Jack Krupansky

-----Original Message----- From: Hakim Benoudjit
Sent: Wednesday, February 26, 2014 10:50 AM
To: solr-user@lucene.apache.org
Subject: Format of the spellcheck.q used to get suggestions in current filter

I have some difficulties to use `spellcheck.q` to get only suggestions for
current query.

When I set `spellcheck.q` to lucene query format (field1:value1 AND
field2:value2), it doesnt return me any result.

I have supposed that the value stored in `spellcheck.q` is just the value
of ``spellcheck` component default field, but it returns an error in this
case.

Any help please?

Reply via email to