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,
java.lang.String coreName)
Creates a SolrServer.
|
Modifier and Type | Field and Description |
---|---|
private CoreContainer |
CoreDescriptor.coreContainer |
Modifier and Type | Method and Description |
---|---|
CoreContainer |
CoreDescriptor.getCoreContainer() |
CoreContainer |
CoreContainer.Initializer.initialize() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
SolrResourceLoader.newAdminHandlerInstance(CoreContainer coreContainer,
java.lang.String cname,
java.lang.String... subpackages) |
Constructor and Description |
---|
CoreDescriptor(CoreContainer coreContainer,
java.lang.String name,
java.lang.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<java.lang.Object> |
CoreAdminHandler.getCoreStatus(CoreContainer cores,
java.lang.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 |