is it possible to get the results using the suggested keyword by spell checker.
For example, when I search for whar, solr correctly suggests wharf, but is it possible to get the results for wharf in the same request?
is it possible to get the results using the suggested keyword by spell checker.
Share
you can define the Solr spellchecker settings in the request handler to get the spell suggestion with the response itself.
The request handler can be used with the query with the qt param e.g.
qt=custom_handlerEDIT –
Mistook the question.
This is not possible. you can’t get the results and for the spell suggestion in the same call. You would need to requery.