Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-28 Thread Ing. Jorge Luis Betancourt Gonzalez
:28 Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) Actually I don't use that field, it could be used to do some form of basic collaborative filtering, so you could use a high value for items in your collection that you want to come first, but in my case

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-27 Thread Ing. Jorge Luis Betancourt Gonzalez
l - De: "JMill" Para: solr-user@lucene.apache.org Enviados: Viernes, 27 de Septiembre 2013 16:19:40 Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) I am not sure about the value to use for the option "popularity". Is there a method or do you just go w

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-27 Thread JMill
perhaps you could create a PR to that Github repository, son it will be in sync with current versions of Solr. > > - Mensaje original - > De: "JMill" > Para: solr-user@lucene.apache.org > Enviados: Jueves, 26 de Septiembre 2013 9:10:49 > Asunto: Re: Implementi

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-26 Thread Ing. Jorge Luis Betancourt Gonzalez
0:49 Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) solved. On Thu, Sep 26, 2013 at 1:50 PM, JMill wrote: > I managed to get rid of the query error by playing jquery file in the > velocity folder and adding line: " src="#{url_for_solr}/admin/file?file=/velocity

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-26 Thread Stefan Matheis
case you can test the suggestions using the URL that I suggest on > > > the top of this mail, in that case you should be able to see the possible > > > results, of course in a less fancy way. > > > > > > - Mensaje original - > > > De: "JMill" > > (mailto:apprentice...@googlemail.com)> > > > Para: solr-user@lucene.apache.org (mailto:solr-user@lucene.apache.org) > > > Enviados: Miércoles, 25 de Septiembre 2013 13:59:32 > > > Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple > > > columns) > > > > > > Could it be the jquery library that is the problem? I opened up > > > solr-home/ac/conf/velocity/head.vm with an editor and I see a reference to > > > the jquery library but I can't seem to find the directory referenced, > > > line:

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-26 Thread JMill
ng like: >>> >>> >> src="#{url_root}/js/lib/jquery-1.7.2.min.js"> >>> >>> Which is used at least on a solr 4.1 that I have laying aroud here >>> somewhere. >>> >>> In any case you can test the suggestions using the URL that

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-26 Thread JMill
rc="#{url_root}/js/lib/jquery-1.7.2.min.js"> >> >> Which is used at least on a solr 4.1 that I have laying aroud here >> somewhere. >> >> In any case you can test the suggestions using the URL that I suggest on >> the top of this mail, in that case yo

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-26 Thread JMill
> De: "JMill" > Para: solr-user@lucene.apache.org > Enviados: Miércoles, 25 de Septiembre 2013 13:59:32 > Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) > > Could it be the jquery library that is the problem? I opened up > solr-home/ac/conf/velocity/head.vm with an editor and I see a reference to > the jquery library but I can't seem to find the directory referenced, > line:

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
pup list that show up at the bottom of the input. > > - Mensaje original - > De: "JMill" > Para: solr-user@lucene.apache.org > Enviados: Miércoles, 25 de Septiembre 2013 15:40:00 > Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) &

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread Ing. Jorge Luis Betancourt Gonzalez
nviados: Miércoles, 25 de Septiembre 2013 15:40:00 Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) Not yet but I do see the "$" not found in console. On Wednesday, September 25, 2013, Ing. Jorge Luis Betancourt Gonzalez < jlbetanco...@uci.cu> wrote: > As

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
ith the new one? > > - Mensaje original - > De: "JMill" > Para: solr-user@lucene.apache.org > Enviados: Miércoles, 25 de Septiembre 2013 14:44:53 > Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) > > That seems to work. I get bac

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread Ing. Jorge Luis Betancourt Gonzalez
Para: solr-user@lucene.apache.org > Enviados: Miércoles, 25 de Septiembre 2013 13:59:32 > Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) > > Could it be the jquery library that is the problem? I opened up > solr-home/ac/conf/velocity/head.vm with an editor and I see a reference to > the jquery library but I can't seem to find the directory referenced, > line:

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
the suggestions using the URL that I suggest on the top of this mail, in that case you should be able to see the possible results, of course in a less fancy way. > > - Mensaje original - > De: "JMill" > Para: solr-user@lucene.apache.org > Enviados: Miércoles, 25

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread Ing. Jorge Luis Betancourt Gonzalez
e: Implementing Solr Suggester for Autocomplete (multiple columns) Could it be the jquery library that is the problem? I opened up solr-home/ac/conf/velocity/head.vm with an editor and I see a reference to the jquery library but I can't seem to find the directory referenced, line:

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
Could it be the jquery library that is the problem? I opened up solr-home/ac/conf/velocity/head.vm with an editor and I see a reference to the jquery library but I can't seem to find the directory referenced, line:

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread Ing. Jorge Luis Betancourt Gonzalez
at least at the time I use it. > > Regards, > > - Mensaje original - > De: "JMill" > Para: solr-user@lucene.apache.org > Enviados: Miércoles, 25 de Septiembre 2013 10:57:31 > Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) > > I

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
; - Mensaje original - > De: "JMill" > Para: solr-user@lucene.apache.org > Enviados: Miércoles, 25 de Septiembre 2013 10:57:31 > Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) > > I followed the instructions, I am able to browse t

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread Ing. Jorge Luis Betancourt Gonzalez
- De: "JMill" Para: solr-user@lucene.apache.org Enviados: Miércoles, 25 de Septiembre 2013 10:57:31 Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) I followed the instructions, I am able to browse to " http://localhost:8983/solr/ac/browse?q=ce&debu

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
gular queries against a separated core. > > Greetings! > > - Mensaje original - > De: "Erick Erickson" > Para: solr-user@lucene.apache.org > Enviados: Miércoles, 25 de Septiembre 2013 6:16:51 > Asunto: Re: Implementing Solr Suggester for Autocomplete (multip

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
ck Erickson" > Para: solr-user@lucene.apache.org > Enviados: Miércoles, 25 de Septiembre 2013 6:16:51 > Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple columns) > > I've sometimes seen this handled by clever tokenizing. For "Bill Rogers", > index (unto

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread Ing. Jorge Luis Betancourt Gonzalez
ester component su this are like regular queries against a separated core. Greetings! - Mensaje original - De: "Erick Erickson" Para: solr-user@lucene.apache.org Enviados: Miércoles, 25 de Septiembre 2013 6:16:51 Asunto: Re: Implementing Solr Suggester for Autocomplete (multiple

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread Erick Erickson
I've sometimes seen this handled by clever tokenizing. For "Bill Rogers", index (untokenized) something like Bill|Bill Rogers Rogers|Bill Rogers Your suggester then is a simple term lookup (see TermsComponent) which is quite fast. What you _don't_ get is autocorrect. But if you use terms.prefix, y

Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-24 Thread JMill
Hi, I'm using Solr's Suggester function to implement an autocomplete feature. I have it setup to check against the "username" and "name" fields. Problem is when running a query against the name, the second term, after whitespace (surename) returns 0 results. Works if if query is a partial name