I am enabling spell checking using solr in search application. I also want to run wild card queries.The problem I am facing is when I search for for example ...
Using solr search when i search for rin* it run wildcard query and i get the result for ring but when i search for Rin* it run spellchecker and then gives ...
Im trying to configure SOLR spell checking. My request and response seem to be working fine. Only problem is how do i get the Collations from the response.
This is the ...