Hi All

I am trying to configure multiple spellcheck components. I defined two
searchComponents in my solrconfig.xml, let's say <spellcheck> and
<spellcheck1>.
And added above both components under /select request handler with default
required attributes.

> <arr name="last-components"> <str>elevator</str> <str>spellcheck</str> <
> str>spellcheck1</str> </arr>


However, I can not see spellcheck1 coming in response. (when I set
/select?spellcheck1=true&q=<text>).

Can't we configure multiple spellcheck components with different names in
Solr.

Reply via email to