public class SolrServerServiceImpl extends java.lang.Object implements SolrServerService
| Constructor and Description |
|---|
SolrServerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(ComponentContext context) |
protected void |
deactivate(ComponentContext context) |
SolrConfig |
getConfig() |
SolrServer |
getServer() |
SolrServer |
getServer(java.lang.String index) |
SolrConfig |
reloadConfig() |
public SolrServer getServer(java.lang.String index)
throws SolrServerException
getServer in interface SolrServerServiceSolrServerExceptionpublic SolrServer getServer()
throws SolrServerException
getServer in interface SolrServerServiceSolrServerExceptionpublic SolrConfig getConfig()
getConfig in interface SolrServerServicepublic SolrConfig reloadConfig()
reloadConfig in interface SolrServerServiceprotected void activate(ComponentContext context)
protected void deactivate(ComponentContext context)