Re: Can find solr jars in WEB-INF/lib directory

2009-03-04 Thread Erik Hatcher
On Mar 4, 2009, at 12:47 AM, The Flight Captain wrote: Thanks for the DirectSolrConnection tip, that eliminated the need for parsing the XML as a string, and all that code need to instantiate a container. I am now Using SolrCore.getSolrCore(). This method is deprecated though, what is the s

Re: Can find solr jars in WEB-INF/lib directory

2009-03-03 Thread The Flight Captain
>> How can I make the apache-solr-core-nightly.jar available to >> ContextLoaderListener during bootstrapping of my Web Application? > > put it in WEB-INF/lib?? > > Erik > > > -- View this message in context: http://www.nabble.com/Can-find-solr-jars-in-WEB-INF-lib-directory-tp22304076p22324083.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Can find solr jars in WEB-INF/lib directory

2009-03-03 Thread Erik Hatcher
On Mar 3, 2009, at 3:01 AM, The Flight Captain wrote: I am wrapping CoreContainer in my own class (FacetServerImpl), so that I can override the query(SolrRequest request) method to return an xml String. This is the best way I found to get an xml response from Solr, without deploying solr a

Can find solr jars in WEB-INF/lib directory

2009-03-03 Thread The Flight Captain
eption is java.lang.NoClassDefFoundError: org/apache/solr/search/SolrIndexReader applicationContext snippet -- View this message in context: http://www.nabble.com/Can-find-solr-jars-in-WEB-INF-lib-directory-tp22304076p22304076.html Sent from the Solr - User mailing list archive at Nabble.com.