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

Method isReady

solr/core/src/java/org/apache/solr/core/SolrCore.java:1943–1945  ·  view source on GitHub ↗

Returns true if the core is ready for use. It is not initializing or closing/closed.

()

Source from the content-addressed store, hash-verified

1941 StringBuilder sb = new StringBuilder("VERBOSE:");
1942 // sb.append(Thread.currentThread().getName());
1943 // sb.append(':');
1944 for (Object o : args) {
1945 sb.append(' ');
1946 sb.append(o == null ? "(null)" : o.toString());
1947 }
1948 // System.out.println(sb.toString());

Callers 2

initializeMetricsMethod · 0.95
withSearcherMethod · 0.95

Calls 1

isClosedMethod · 0.95

Tested by

no test coverage detected