@Role
@Unstable
public interface SolrCoreInitializer
Modifier and Type | Method and Description |
---|---|
String |
getCoreName() |
void |
initialize(org.apache.solr.client.solrj.SolrClient client)
Initialize the client after its creation.
|
default boolean |
isCache()
Indicate if the the core content is considered to be caching (it's possible to recreate it if the core is lost).
|
String getCoreName()
void initialize(org.apache.solr.client.solrj.SolrClient client) throws SolrException
client
- to manipulate the coreSolrException
- when failing to initialize the coredefault boolean isCache()
Copyright © 2004–2021 XWiki. All rights reserved.