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

2013-09-30 Thread Alessandro Benedetti
hould be show e.g: cmputer => computer. > > > > > > Please help me. > > > > > > > > > > > > > > - > > Regards, > > > > Suneel Pandey > > Sr. Software Developer > > -- > > View this message

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

2013-09-26 Thread Otis Gospodnetic
pell > 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-Aut

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

2013-09-26 Thread Suneel Pandey
er. 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.

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

Solr autocomplete feature

2013-01-24 Thread Ilayaraja . P
Hi I want to change autocomplete implementation for our search. Current I have a suggest field whose definition in schema.xml is as below:

Solr autocomplete feature

2013-01-24 Thread ilay
terms that starts with “shoes” (or) has the query string as prefix string in “suggest” filed in the index. Please let me know how to do this. Regards, Ilay -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-autocomplete-feature-tp4035927.html Sent from the Solr - User

Solr autocomplete keyword and geolocation based

2012-12-09 Thread reeuv
ions using keyword e.g. 'Piz', the results should be based both on the keyword 'Piz' and also the locations that are close to certain latitude, longitude. Is there a way to do it in Solr ? Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-autoco

solr autocomplete

2012-11-21 Thread sasho
true suggest true 10 false suggest Thank you. -- View this message in context: http://lucene.472066.n3.nabble.com/solr-autocomplete-tp4021587.html Sent from the Solr - User mailing list archive at Nabble.com.

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

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/

Solr Autocomplete

2012-10-15 Thread Rahul Paul
Hi, 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? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Autocomplete-tp4013859.html Sent from the Solr

Re: Using SOLR Autocomplete for addresses (i.e. multiple terms)

2012-01-29 Thread O. Klein
"textphon". Or add "phonetic" as a copyfield. -- View this message in context: http://lucene.472066.n3.nabble.com/Using-SOLR-Autocomplete-for-addresses-i-e-multiple-terms-tp3627856p3698254.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Using SOLR Autocomplete for addresses (i.e. multiple terms)

2012-01-29 Thread Dave
tokens and weigh these as you choose, as well as > >>> implement phonetic normalization and other useful tricks. > >>> > >>> -- > >>> Jan Høydahl, search solution architect > >>> Cominvent AS - www.cominvent.com > >>> Solr Training - w

Re: Using SOLR Autocomplete for addresses (i.e. multiple terms)

2012-01-25 Thread Jan Høydahl
you like. Then you can have it suggest from the whole input >>> as well as individual tokens and weigh these as you choose, as well as >>> implement phonetic normalization and other useful tricks. >>> >>> -- >>> Jan Høydahl, search solution architect >>> Cominvent

Re: Using SOLR Autocomplete for addresses (i.e. multiple terms)

2012-01-03 Thread Dave
lement phonetic normalization and other useful tricks. >> >> -- >> Jan Høydahl, search solution architect >> Cominvent AS - www.cominvent.com >> Solr Training - www.solrtraining.com >> >> On 3. jan. 2012, at 00:52, Dave wrote: >> >> > Hi

Re: Using SOLR Autocomplete for addresses (i.e. multiple terms)

2012-01-03 Thread Dave
012, at 00:52, Dave wrote: > > > Hi, > > > > I'm reposting my StackOverflow question to this thread as I'm not getting > > much of a response there. Thank you for any assistance you can provide! > > > > > http://stackoverflow.com/questions/8705600/

Re: Using SOLR Autocomplete for addresses (i.e. multiple terms)

2012-01-03 Thread Jan Høydahl
#x27;m reposting my StackOverflow question to this thread as I'm not getting > much of a response there. Thank you for any assistance you can provide! > > http://stackoverflow.com/questions/8705600/using-solr-autocomplete-for-addresses > > I'm new to SOLR, but I've got it

Using SOLR Autocomplete for addresses (i.e. multiple terms)

2012-01-02 Thread Dave
Hi, I'm reposting my StackOverflow question to this thread as I'm not getting much of a response there. Thank you for any assistance you can provide! http://stackoverflow.com/questions/8705600/using-solr-autocomplete-for-addresses I'm new to SOLR, but I've got it up and ru

Using SOLR Autocomplete for addresses (i.e. multiple terms)

2012-01-02 Thread Dave
Hi, I'm new to SOLR, but I've got it up and running, indexing data via the DIH, and properly returning results for queries. I'm trying to setup another core to run suggester, in order to autocomplete geographical locations. We have a web application that needs to take a city, state / region, count

Re: Solr AutoComplete (Suggester) - Numbers not returned

2011-12-19 Thread solr-ra
://lucene.472066.n3.nabble.com/Solr-AutoComplete-Suggester-Numbers-not-returned-tp3590112p3598618.html Sent from the Solr - User mailing list archive at Nabble.com.

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 archi

Solr AutoComplete - Address Search

2011-12-15 Thread Vijay Sampath
guide on this Thanks, Vijay -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-AutoComplete-Address-Search-tp3590112p3590112.html Sent from the Solr - Use

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