Re: Missing slf4j jar in solr 1.4.0 distribution?

2009-11-19 Thread Per Halvor Tryggeseth
[mailto:ryan...@gmail.com] Sendt: 18. november 2009 18:12 Til: solr-user@lucene.apache.org Emne: Re: Missing slf4j jar in solr 1.4.0 distribution? Solr includes slf4j-jdk14-1.5.5.jar, if you want to use the nop (or log4j, or loopback) impl you will need to include that in your own project. Solr uses

Re: Missing slf4j jar in solr 1.4.0 distribution?

2009-11-19 Thread Chris Hostetter
: Thank you! There is a nice wiki page for solrj 1.3, : http://wiki.apache.org/solr/Solrj If someone have time and is competent : it would have been nice to have a similar page for solrj4 where all : these things and more is described. You mean like this one...

Re: Missing slf4j jar in solr 1.4.0 distribution?

2009-11-18 Thread Per Halvor Tryggeseth
-user@lucene.apache.org' Emne: Re: Missing slf4j jar in solr 1.4.0 distribution? : I downloaded solr 1.4.0 but discovered when using solrj 1.4 that a : required slf4j jar was missing in the distribution (i.e. : apache-solr-1.4.0/dist). I got a java.lang.NoClassDefFoundError: : org/slf4j/impl

Re: Missing slf4j jar in solr 1.4.0 distribution?

2009-11-18 Thread Ryan McKinley
. Per Halvor -Opprinnelig melding- Fra: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sendt: 17. november 2009 20:51 Til: 'solr-user@lucene.apache.org' Emne: Re: Missing slf4j jar in solr 1.4.0 distribution? : I downloaded solr 1.4.0 but discovered when using solrj 1.4

Re: Missing slf4j jar in solr 1.4.0 distribution?

2009-11-18 Thread Jason Rutherglen
in the next release. Per Halvor -Opprinnelig melding- Fra: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sendt: 17. november 2009 20:51 Til: 'solr-user@lucene.apache.org' Emne: Re: Missing slf4j jar in solr 1.4.0 distribution? : I downloaded solr 1.4.0 but discovered when using

Missing slf4j jar in solr 1.4.0 distribution?

2009-11-17 Thread Per Halvor Tryggeseth
I downloaded solr 1.4.0 but discovered when using solrj 1.4 that a required slf4j jar was missing in the distribution (i.e. apache-solr-1.4.0/dist). I got a java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder when using solrj I solved the problem according to

Re: Missing slf4j jar in solr 1.4.0 distribution?

2009-11-17 Thread Chris Hostetter
: I downloaded solr 1.4.0 but discovered when using solrj 1.4 that a : required slf4j jar was missing in the distribution (i.e. : apache-solr-1.4.0/dist). I got a java.lang.NoClassDefFoundError: : org/slf4j/impl/StaticLoggerBinder when using solrj ... : Have I overlooked something or