We are using Solr 6.1.0 and Solrnet as our client tool to communicate to solr.
When we try to put the words "Lion Knig" in our search,Solr spellchecker auto corrected "Knig" as "King" and got the "result sets" for "Lion King".
On our screen's we need to show the display text as "Showing results for Lion King Instead of LION Knig". Solr corrected Knig as "King" which is expected and is returning the suggested text "king" along with original Query text "Lion Knig" and the correct result set.The problem here is When we use suggested text it gives wrong impression to the user he is searching only "KING".
Is there any property on the solr config which include complete corrected string like "Lion King"?
Attached image for your clarity.