@BeforeClass
 public static void beforeClass() throws Exception {
   initCore();
 }
 @BeforeClass
 public static void beforeClass() throws Exception {
   initCore("solrconfig.xml", "schema.xml");
   parser = new SolrRequestParsers(h.getCore().getSolrConfig());
 }
 @BeforeClass
 public static void beforeClass() throws Exception {
   initCore("solrconfig-spellchecker.xml", "schema-spellchecker.xml");
 }