MCPcopy Create free account
hub / github.com/apache/solr / getName

Method getName

solr/core/src/java/org/apache/solr/core/SolrCore.java:535–538  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

533 throw new UncheckedIOException(e);
534 }
535 }
536
537 @Override
538 public String toString() {
539 return super.toString() + " " + getName();
540 }
541

Calls

no outgoing calls