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 as a service, note that EmbeddedSolrServer returns a NamedList.

Maybe DirectSolrConnection is a better fit for your use?

I have also tried putting apache-solr-core-nightly.jar in the lib directory
under Solr Home.

Solr doesn't load all classes through SolrResourceLoader, only specific plugin points.

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

Reply via email to