Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-27 Thread JMill
to that Github repository, son it will be in sync with current versions of Solr. - Mensaje original - De: JMill apprentice...@googlemail.com Para: solr-user@lucene.apache.org Enviados: Jueves, 26 de Septiembre 2013 9:10:49 Asunto: Re: Implementing Solr Suggester for Autocomplete

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-26 Thread JMill
original - De: JMill apprentice...@googlemail.com 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

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-26 Thread JMill
:42:55.181] TypeError: $.browser is undefined @ http://localhost:8983/solr/ac/admin/file?file=/velocity/jquery.autocomplete.jscontentType=text/javascript:90;. Any ideas? On Thu, Sep 26, 2013 at 1:12 PM, JMill apprentice...@googlemail.com wrote: Do you know the directory the #{url_root} in script

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-26 Thread JMill
solved. On Thu, Sep 26, 2013 at 1:50 PM, JMill apprentice...@googlemail.com wrote: I managed to get rid of the query error by playing jquery file in the velocity folder and adding line: script type=text/javascript src=#{url_for_solr}/admin/file?file=/velocity/jquery.min.jscontentType=text

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
Rogers and lowercase what you send in to terms component. Best, Erick On Tue, Sep 24, 2013 at 2:01 PM, JMill apprentice...@googlemail.com wrote: 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

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
24, 2013 at 2:01 PM, JMill apprentice...@googlemail.com wrote: 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

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
not show any error, can you confirm that the data is in solr? you should be able to see the numDoc stats in the admin UI. Which version of Solr are you using? I believe that the example was tested on Solr 3.x at least at the time I use it. Regards, - Mensaje original - De: JMill

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
, but what have been done in that core should work in solr 4.4, perhaps there is a setting that need some tweaking but it's impossible of knowing without checking the logs. In case that any incompatibility is present it should pop out on the logs. Regards, - Mensaje original - De: JMill

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
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 apprentice...@googlemail.com Para: solr-user@lucene.apache.org Enviados: Miércoles, 25 de Septiembre 2013 13

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
- De: JMill apprentice...@googlemail.com 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 back an xml containing a bunch of suggestions. Can we agree

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
at the bottom of the input. - Mensaje original - De: JMill apprentice...@googlemail.com 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) Not yet but I do see the $ not found

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

Re: Cause of NullPointer Exception? (Solr with Spring Data)

2013-09-21 Thread JMill
, Sep 21, 2013 at 12:57 PM, Furkan KAMACI furkankam...@gmail.comwrote: Your solr server may not bet working correctly. You should give us information about your solr logs instead of Spring. Can you reach Solr admin page? 20 Eylül 2013 Cuma tarihinde JMill apprentice...@googlemail.com adlı

Problem running EmbeddedSolr (spring data)

2013-09-20 Thread JMill
What is the cause of this Stactrace? Working with the following solr maven dependancies solr-core-version4.4.0/ solr-core-version spring-data-solr-version1.0.0.RC1/spring-data-solr-version Stacktrace SEVERE: Exception sending context initialized event to listener instance of class

Cause of NullPointer Exception? (Solr with Spring Data)

2013-09-20 Thread JMill
I am unsure about the cause of the following NullPointer Exception. Any Ideas? Thanks Exception in thread main org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'aDocumentService': Injection of autowired dependencies failed; nested exception is