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

Method getLatestSchema

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

@return the latest snapshot of the schema used by this core instance. @see #setLatestSchema

()

Source from the content-addressed store, hash-verified

339 * @see #setLatestSchema
340 */
341 public IndexSchema getLatestSchema() {
342 return schema;
343 }
344
345 /** The core's instance directory (absolute). */
346 public Path getInstancePath() {

Calls

no outgoing calls