|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.solr.admin.SolrBaseAdmin
public abstract class SolrBaseAdmin
The SolrBaseAdmin class.
Field Summary | |
---|---|
protected SolrHelper |
_helper
The solr helper. |
protected Log |
_log
The log. |
Constructor Summary | |
---|---|
SolrBaseAdmin(SolrHelper helper)
Constructor. |
Method Summary | |
---|---|
protected java.util.Map<java.lang.String,java.lang.String[]> |
buildAdminParams(CoreAdminAction action,
java.lang.String core,
java.lang.String other)
Build the Solr parameter map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.smila.solr.admin.SolrAdmin |
---|
alias, create, create, merge, reload, rename, status, unload |
Field Detail |
---|
protected final Log _log
protected final SolrHelper _helper
Constructor Detail |
---|
public SolrBaseAdmin(SolrHelper helper)
helper
- the SolrHelper.Method Detail |
---|
protected java.util.Map<java.lang.String,java.lang.String[]> buildAdminParams(CoreAdminAction action, java.lang.String core, java.lang.String other)
action
- the action to perform.core
- the core name or null.other
- the other core name or null.
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |