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.

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

Re: Solr autocomplete feature

2013-01-26 Thread Jack Krupansky
Solr has an autocomplete/suggester feature: http://wiki.apache.org/solr/Suggester -- Jack Krupansky -Original Message- From: ilay Sent: Thursday, January 24, 2013 7:34 AM To: solr-user@lucene.apache.org Subject: Solr autocomplete feature Hi I want to change autocomplete implementati

Re: solr autocomplete requirement

2012-11-19 Thread Sujatha Arun
Anyone with suggestions on this? On Mon, Nov 19, 2012 at 10:13 PM, Sujatha Arun wrote: > Hi, > > Our requirement for auto complete is slightly complicated , We need two > types of auto complete > > 1. Meta data Auto complete > 2. Full text Content Auto complete > > In addition the metadata fiel

Re: Solr Autocomplete

2012-10-15 Thread Lance Norskog
http://find.searchhub.org/?q=autosuggest+OR+autocomplete - Original Message - | From: "Rahul Paul" | To: solr-user@lucene.apache.org | Sent: Monday, October 15, 2012 9:01:14 PM | Subject: Solr Autocomplete | | Hi, | I am using mysql for solr indexing data in solr. I have two fields: | "n

Re: Solr Autocomplete

2012-10-15 Thread Ahmet Arslan
> I am using mysql for solr indexing data in solr. I have two > fields: "name" > and "college". How can I add auto suggest based on these two > fields? Here is a blog post and code an example. http://www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/

Re: Solr AutoComplete (Suggester) - Numbers not returned

2011-12-19 Thread solr-ra
You may want to take a look at the autocomplete component using Solr with RankingAlgorithm. It allows you to do edge as well as infix search. You can get more information and also try out a demo from here: http://solr-ra.tgels.org/solr-ra-autocomplete.jsp -- View this message in context: http:/

Re: Solr AutoComplete - Address Search

2011-12-16 Thread Vijay Sampath
Just to add to it, I'm using Suggester component to implement Auto Complete http://wiki.apache.org/solr/Suggester -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-AutoComplete-Address-Search-tp3590112p3592017.html Sent from the Solr - User mailing list archive at Nabble.c

RE: Solr + autocomplete

2007-11-12 Thread Park, Michael
Will I need to use Solr 1.3 with the EdgeNGramFilterFactory in order to get the autosuggest feature? -Original Message- From: Chris Hostetter [mailto:[EMAIL PROTECTED] Sent: Monday, November 12, 2007 1:05 PM To: solr-user@lucene.apache.org Subject: RE: Solr + autocomplete : "

RE: Solr + autocomplete

2007-11-12 Thread Chris Hostetter
: "Error loading class 'solr.EdgeNGramFilterFactory'". For some reason EdgeNGramFilterFactory didn't exist when Solr 1.2 was released, but the EdgeNGramTokenizerFactory did. (the javadocs that come with each release list all of the various factories in that release) -Hoss

RE: Solr + autocomplete

2007-11-12 Thread Park, Michael
t;. Any suggestions? Thanks, Mike -Original Message- From: Ryan McKinley [mailto:[EMAIL PROTECTED] Sent: Monday, October 15, 2007 4:44 PM To: solr-user@lucene.apache.org Subject: Re: Solr + autocomplete > > I would imagine there is a library to set up an autocomplete search with

RE: Solr + autocomplete

2007-10-18 Thread Park, Michael
Thx! I remember coming across extjs a ways back. It was very slick. I'll give it a try. -Original Message- From: Bharani [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 5:59 AM To: solr-user@lucene.apache.org Subject: RE: Solr + autocomplete You should take a look at

RE: Solr + autocomplete

2007-10-18 Thread Bharani
ley [mailto:[EMAIL PROTECTED] > Sent: Monday, October 15, 2007 4:44 PM > To: solr-user@lucene.apache.org > Subject: Re: Solr + autocomplete > >> >> I would imagine there is a library to set up an autocomplete search > with >> Solr. Does anyone have any suggestion

Re: Solr + autocomplete

2007-10-15 Thread Ryan McKinley
al Message- From: Ryan McKinley [mailto:[EMAIL PROTECTED] Sent: Monday, October 15, 2007 4:44 PM To: solr-user@lucene.apache.org Subject: Re: Solr + autocomplete I would imagine there is a library to set up an autocomplete search with Solr. Does anyone have any suggestions? Scriptacu

RE: Solr + autocomplete

2007-10-15 Thread Park, Michael
rg Subject: Re: Solr + autocomplete > > I would imagine there is a library to set up an autocomplete search with > Solr. Does anyone have any suggestions? Scriptaculous has a JavaScript > autocomplete library. However, the server must return an unordered > list. > Solr does

Re: Solr + autocomplete

2007-10-15 Thread Ryan McKinley
I would imagine there is a library to set up an autocomplete search with Solr. Does anyone have any suggestions? Scriptaculous has a JavaScript autocomplete library. However, the server must return an unordered list. Solr does not provide an autocomplete UI, but it can return JSON that a J