Problem running EmbeddedSolr (spring data)

2013-09-20 Thread JMill
What is the cause of this Stactrace? Working with the following solr maven dependancies 4.4.0 1.0.0.RC1 Stacktrace SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener org.springframework.beans.factory.BeanCreati

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 org.springfr

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

2013-09-21 Thread JMill
dex.. On Sat, Sep 21, 2013 at 12:57 PM, Furkan KAMACI wrote: > 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 adlı > kullanıcı şöyle

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: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
x27;s > after the "|" (or whatever delimiter you use). > > One other note, this will be case sensitive, so you probably want to > do casing yourself, index things like > rogers|Bill Rogers > and lowercase what you send in to terms component. > > Best, > Erick >

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-25 Thread JMill
ee > more of an autocomplete-type response. > > Then, of course, when you display this you need to only display what's > after the "|" (or whatever delimiter you use). > > One other note, this will be case sensitive, so you probably want to > do casing yourself, index th

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 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 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 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 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-26 Thread JMill
lr 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 you should be able to see the possible > results, of course in a less fancy way. > > - Mensaje original -

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-26 Thread JMill
?file=/velocity/jquery.autocomplete.js&contentType=text/javascript:90";. Any ideas? On Thu, Sep 26, 2013 at 1:12 PM, JMill wrote: > Do you know the directory the "#{url_root}" in type="text/javascript" src="#{url_root}/js/lib/ > jquery-1.7.2.min.js"> points too?

Re: Implementing Solr Suggester for Autocomplete (multiple columns)

2013-09-26 Thread JMill
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/jquery.min.js&contentType=text/javascript">". >

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