What's preventing you from using the spell checker and take the #1
result and re-issue the query from a sub-class of the query component?
It should be reasonably fast to re-execute the query from the server
side since you are already within Solr. You can modify the response to
indicate that the new query was used so your client can display to the
user that it searched automatically for "milky.. click here for
searches for mlky" or something.

On Tue, Oct 9, 2012 at 8:46 AM, Ahmet Arslan <iori...@yahoo.com> wrote:
>> I would like to ask if there are any ways to correct user's
>> queries
>> automatically? I know there is spellchecker which *suggests*
>> possible
>> correct words... The thing i wanna do is *automatically
>> fixing* those
>> queries and running instead of the original one
>
> not out of the box, you need to re-run suggestions at client side. There is 
> an commercial product though.
> http://sematext.com/products/dym-researcher/index.html

Reply via email to