EmbeddedSolrServer reference

2013-06-10 Thread Alex Sarco
Hi, I'm running Solr 4.3 embedded in Tomcat, so there's a Solr server starting when Tomcat starts. In the same webapp, I also have a process to recreate the Lucene index when Solr starts. To do this, I have a singleton instance of EmbeddedSolrServer provided by Spring. This same instance is als

RE: EmbeddedSolrServer reference

2013-06-10 Thread Alex Sarco
Michael, thank you for your answer. You mean using HttpCommonsSolrServer? I thought of that, but I don't see the point of going through the network when I'm running in the same JVM/box as the main Solr server. I still would like a solution to my issue, since so far EmbeddedSolrServer works fine