public class SolrHttpServers extends SolrServers
SolrServers manager for non-embedded Solr servers.| Constructor and Description | 
|---|
SolrHttpServers(SolrProperties properties)
create instance from given properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SolrServer | 
createServer(java.lang.String coreName)
Get a HttpSolrServer by core name. 
 | 
SolrServer | 
getAdminServer()
create a SolrServer for admin operations not related to a single core (e.g. getting core names). 
 | 
getSolrServer, removeAllServers, removeSolrServerpublic SolrHttpServers(SolrProperties properties)
public SolrServer getAdminServer()
                          throws SolrServerException
SolrServersgetAdminServer in class SolrServersSolrServerExceptionprotected SolrServer createServer(java.lang.String coreName)
                           throws SolrServerException
createServer in class SolrServersSolrServerException