I have successfully configured the Solr SpellCheck component, and am getting the expected suggestions. Using the spellcheck extended results, I get the number of hits on each sugesstion as well. Now, my question is if I want to query my indexes using the most popular (First two or three) sugesstions, how can I do that? Do I have to make another query myself by using the suggested words, or does solr provide an easier way to query the indexes using the most popular suggested words.
I have successfully configured the Solr SpellCheck component, and am getting the expected suggestions.
Share
Solr does not provide an implementation to query automatically on the suggested terms.
You would have to requery for the suggestions to get back the results.