To get a re-written query with the top suggestions, specify "spellcheck.collate=true". Begin reading from here (http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.collate) to see all the options you have related to "collate".
Solr cannot return results from a collation automatically. Your application would have to re-issue the query. James Dyer Ingram Content Group (615) 213-4311 -----Original Message----- From: Carlos Via Rural [mailto:car...@viarural.com] Sent: Tuesday, May 14, 2013 10:53 AM To: solr-user@lucene.apache.org Subject: Spellchecker: Is it possible to return search results with the first suggestion as query string instead of a list of suggestions? Hello, We're working with Solr with the Spellchecker module. It works fine and returns suggestions as expected, but we need the search results using the first suggestion instead of the suggestions. It is that possible?