|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.solr.SolrManager
public class SolrManager
The SolrManager class.
| Constructor Summary | |
|---|---|
SolrManager()
|
|
SolrManager(SolrProperties properties)
Default constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SolrManager()
public SolrManager(SolrProperties properties)
| Method Detail |
|---|
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 alive
java.io.IOException - IOException.public SolrAdministration getSolrAdministration()
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||