| Package | Description |
|---|---|
| org.apache.solr.client.solrj.embedded | |
| org.apache.solr.core | |
| org.apache.solr.handler.admin | |
| org.apache.solr.servlet |
| Modifier and Type | Field and Description |
|---|---|
protected CoreContainer |
EmbeddedSolrServer.coreContainer |
| Modifier and Type | Method and Description |
|---|---|
CoreContainer |
EmbeddedSolrServer.getCoreContainer()
Getter method for the CoreContainer
|
| Constructor and Description |
|---|
EmbeddedSolrServer(CoreContainer coreContainer,
String coreName)
Creates a SolrServer.
|
| Modifier and Type | Method and Description |
|---|---|
CoreContainer |
CoreDescriptor.getCoreContainer() |
CoreContainer |
CoreContainer.Initializer.initialize() |
| Modifier and Type | Method and Description |
|---|---|
Object |
SolrResourceLoader.newAdminHandlerInstance(CoreContainer coreContainer,
String cname,
String... subpackages) |
| Constructor and Description |
|---|
CoreDescriptor(CoreContainer coreContainer,
String name,
String instanceDir) |
| Modifier and Type | Field and Description |
|---|---|
protected CoreContainer |
CoreAdminHandler.coreContainer |
| Modifier and Type | Method and Description |
|---|---|
CoreContainer |
CoreAdminHandler.getCoreContainer()
The instance of CoreContainer this handler handles.
|
| Modifier and Type | Method and Description |
|---|---|
protected NamedList<Object> |
CoreAdminHandler.getCoreStatus(CoreContainer cores,
String cname) |
| Constructor and Description |
|---|
CoreAdminHandler(CoreContainer coreContainer)
Overloaded ctor to inject CoreContainer into the handler.
|
| Modifier and Type | Field and Description |
|---|---|
protected CoreContainer |
SolrDispatchFilter.cores |