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
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 standard way of instaniating a SoreCore to pass it as a paramet
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