Class SyntheticSolrCore

java.lang.Object
org.apache.solr.core.SolrCore
org.apache.solr.core.SyntheticSolrCore
All Implemented Interfaces:
Closeable, AutoCloseable, SolrInfoBean, SolrMetricProducer

public class SyntheticSolrCore extends SolrCore
A synthetic core that is created only in memory and not registered against Zookeeper.

This is only used in Coordinator node to support a subset of SolrCore functionalities required by Coordinator operations such as aggregating and writing out response and providing configset info.

There should only be one instance of SyntheticSolrCore per configset