You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Furkan KAMACI <fu...@gmail.com> on 2013/11/16 22:19:23 UTC

Calling Shutdown Method of EmbeddedSolrServer with a RAMDirectoryFactory

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)?