Exemple #1
0
 /**
  * This method is currently experimental.
  *
  * @return a Collection of the names that a specific core is mapped to.
  */
 public Collection<String> getCoreNames(SolrCore core) {
   return solrCores.getCoreNames(core);
 }
Exemple #2
0
 /** @return a Collection of the names that cores are mapped to */
 public Collection<String> getCoreNames() {
   return solrCores.getCoreNames();
 }