public class SolrManager
extends java.lang.Object
| Constructor and Description |
|---|
SolrManager() |
SolrManager(SolrProperties properties)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CoreContainer |
getCoreContainer()
Get CoreContainer.
|
java.util.Collection<java.lang.String> |
getCoreNames()
Get core names.
|
SolrAdministration |
getSolrAdministration() |
SolrHelper |
getSolrHelper()
Get the SolrHelper.
|
SolrProperties |
getSolrProperties()
Get the SolrProperties.
|
SolrServer |
getSolrServer(java.lang.String coreName)
Get a SolrServer by core name.
|
public SolrManager()
public SolrManager(SolrProperties properties)
public SolrProperties getSolrProperties()
public SolrHelper getSolrHelper()
public CoreContainer getCoreContainer()
public java.util.Collection<java.lang.String> getCoreNames()
public SolrServer getSolrServer(java.lang.String coreName)
throws SolrServerException,
java.io.IOException
coreName - the core name.SolrServerException - SolrServerException if no core by this name is alivejava.io.IOException - IOException.public SolrAdministration getSolrAdministration()