Hello, there is a recommendation (best practice) for the use of EmbeddedSolrServer? We use it, because we have in our application an EJB module with Message Drive Bean. Now, we create the EmbeddedSolrServer (http://wiki.apache.org/solr/Solrj # EmbeddedSolrServer) in a javax.servlet.ServletContextListener and keep the in a singletonwrapper
Can we do it that way? Or should we create a whole pool of the servers? ( with Apache Commons Pool ) Can anyone give me any advice? Regards, Robert