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

Method name

solr/core/src/java/org/apache/solr/search/SolrCache.java:77–77  ·  view source on GitHub ↗

Name the Cache can be referenced with by SolrRequestHandlers. This method must return the identifier that the Cache instance expects SolrRequestHandlers to use when requesting access to it from the SolrIndexSearcher. It is strongly recommended that this method return the value o

()

Source from the content-addressed store, hash-verified

75 * <p>:TODO: verify this.
76 */
77 public String name();
78
79 // Should SolrCache just extend the java.util.Map interface?
80 // Following the conventions of the java.util.Map interface in any case.

Callers 15

getExtensionMethod · 0.65
matchesSafelyMethod · 0.65
auditMethod · 0.65
initMethod · 0.65
makeReplicaPropsMethod · 0.65
testMethod · 0.65
toStringMethod · 0.65
testCacheHitMethod · 0.65

Calls

no outgoing calls

Tested by 15

matchesSafelyMethod · 0.52
auditMethod · 0.52
initMethod · 0.52
makeReplicaPropsMethod · 0.52
testMethod · 0.52
toStringMethod · 0.52
testCacheHitMethod · 0.52
testScoresForParentMethod · 0.52