Hello all,
 
I have a component that uses SolrServer(s) in a multicore environment.
 
I would like to cache these solr servers in a map (core name, server).
 
When is the right time to create this map? 
 
I tried with a custom ContextListener but it seems that the cores are
not ready yet: I have to reinitialize the cores but this doesn't sound
right.
 
Basically I would like to have a listener of an event "Solr created
everything it needs, including cores, etc".
 
How can I do this?
 
Thanks,
Giovanni
 
 

Reply via email to