I use EmbeddedSolrServer with a RAMDirectoryFactory at my test classes. Should I call shutdown() method at @AfterClass method? What is the usage for shutdown() methods of SolrServer's (especially in my case)?
I use EmbeddedSolrServer with a RAMDirectoryFactory at my test classes. Should I call shutdown() method at @AfterClass method? What is the usage for shutdown() methods of SolrServer's (especially in my case)?