Re: Solr Autocomplete with "did you means" functionality handle misspell word like google

2013-09-30 Thread Alessandro Benedetti
It's really simple indeed. Solr provide the SpellCheck[1] feature that
allow you to do this.
You have only to configure the RequestHandler and the Search Component.
And of course develop a simple ui ( you can find an example in the velocity
response handler Solritas[2] .

Cheers

[1] https://cwiki.apache.org/confluence/display/solr/Spell+Checking
[2] https://cwiki.apache.org/confluence/display/solr/Velocity+Search+UI


2013/9/27 Otis Gospodnetic 

> Hi,
>
> Not sure if Solr suggester can do this (can it, anyone?), but...
> shameless plug... I know
> http://sematext.com/products/autocomplete/index.html can do that.
>
> Otis
> --
> Solr & ElasticSearch Support -- http://sematext.com/
> Performance Monitoring -- http://sematext.com/spm
>
>
>
> On Thu, Sep 26, 2013 at 8:26 AM, Suneel Pandey 
> wrote:
> > <http://lucene.472066.n3.nabble.com/file/n4092127/autocomplete.png>
> >
> > Hi,
> >
> > I have implemented auto complete it's  working file but, I want to
> implement
> > autosuggestion like google (see above screen) . when someone typing
> misspell
> > words suggestion should be show e.g: cmputer => computer.
> >
> >
> > Please help me.
> >
> >
> >
> >
> >
> >
> > -
> > Regards,
> >
> > Suneel Pandey
> > Sr. Software Developer
> > --
> > View this message in context:
> http://lucene.472066.n3.nabble.com/Solr-Autocomplete-with-did-you-means-functionality-handle-misspell-word-like-google-tp4092127.html
> > Sent from the Solr - User mailing list archive at Nabble.com.
>



-- 
--

Benedetti Alessandro
Visiting card : http://about.me/alessandro_benedetti

"Tyger, tyger burning bright
In the forests of the night,
What immortal hand or eye
Could frame thy fearful symmetry?"

William Blake - Songs of Experience -1794 England


Re: Solr Autocomplete with "did you means" functionality handle misspell word like google

2013-09-26 Thread Otis Gospodnetic
Hi,

Not sure if Solr suggester can do this (can it, anyone?), but...
shameless plug... I know
http://sematext.com/products/autocomplete/index.html can do that.

Otis
--
Solr & ElasticSearch Support -- http://sematext.com/
Performance Monitoring -- http://sematext.com/spm



On Thu, Sep 26, 2013 at 8:26 AM, Suneel Pandey  wrote:
> <http://lucene.472066.n3.nabble.com/file/n4092127/autocomplete.png>
>
> Hi,
>
> I have implemented auto complete it's  working file but, I want to implement
> autosuggestion like google (see above screen) . when someone typing misspell
> words suggestion should be show e.g: cmputer => computer.
>
>
> Please help me.
>
>
>
>
>
>
> -
> Regards,
>
> Suneel Pandey
> Sr. Software Developer
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Solr-Autocomplete-with-did-you-means-functionality-handle-misspell-word-like-google-tp4092127.html
> Sent from the Solr - User mailing list archive at Nabble.com.


Solr Autocomplete with "did you means" functionality handle misspell word like google

2013-09-26 Thread Suneel Pandey
<http://lucene.472066.n3.nabble.com/file/n4092127/autocomplete.png> 

Hi, 

I have implemented auto complete it's  working file but, I want to implement
autosuggestion like google (see above screen) . when someone typing misspell
words suggestion should be show e.g: cmputer => computer. 

 
Please help me.






-
Regards,

Suneel Pandey
Sr. Software Developer
--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Autocomplete-with-did-you-means-functionality-handle-misspell-word-like-google-tp4092127.html
Sent from the Solr - User mailing list archive at Nabble.com.