Ejemplo n.º 1
0
 /**
  * get a list of all the cores that are currently loaded
  *
  * @return a list of al lthe available core names in either permanent or transient core lists.
  */
 public Collection<String> getAllCoreNames() {
   return solrCores.getAllCoreNames();
 }