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

Method init

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

The initialization routine. Instance specific arguments are passed in the args map. The persistence object will exist across different lifetimes of similar caches. For example, all filter caches will share the same persistence object, sometimes at the same time (it must be thread-sa

(Map<String, String> args, Object persistence, CacheRegenerator regenerator)

Source from the content-addressed store, hash-verified

60 * item in the new cache from an entry in the old cache.
61 */
62 public Object init(Map<String, String> args, Object persistence, CacheRegenerator regenerator);
63
64 // I don't think we need a factory for faster creation given that these
65 // will be associated with slow-to-create SolrIndexSearchers.

Callers 15

initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initAdapterModelMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
createMockOAuthServerMethod · 0.65

Calls

no outgoing calls

Tested by 15

initMethod · 0.52
createMockOAuthServerMethod · 0.52
setUpMethod · 0.52
initWithoutRequiredMethod · 0.52
initWithJwkMethod · 0.52
initWithJwksUrlMethod · 0.52
initWithJwksUrlArrayMethod · 0.52