Package | Description |
---|---|
org.apache.solr.client.solrj.request |
Convenience classes for dealing with various types of Solr requests.
|
org.apache.solr.common.params |
Parameter constants and enumerations.
|
org.apache.solr.handler.admin |
SolrRequestHandler implementations for powering he Solr Admin UI |
Modifier and Type | Field and Description |
---|---|
protected CoreAdminParams.CoreAdminAction |
CoreAdminRequest.action |
Modifier and Type | Method and Description |
---|---|
void |
CoreAdminRequest.setAction(CoreAdminParams.CoreAdminAction action) |
Modifier and Type | Method and Description |
---|---|
static CoreAdminParams.CoreAdminAction |
CoreAdminParams.CoreAdminAction.get(String p) |
static CoreAdminParams.CoreAdminAction |
CoreAdminParams.CoreAdminAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreAdminParams.CoreAdminAction[] |
CoreAdminParams.CoreAdminAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CoreAdminHandler.handleRequestInternal(SolrQueryRequest req,
SolrQueryResponse rsp,
CoreAdminParams.CoreAdminAction action) |
Constructor and Description |
---|
ParallelCoreAdminHandlerThread(SolrQueryRequest req,
SolrQueryResponse rsp,
CoreAdminParams.CoreAdminAction action,
org.apache.solr.handler.admin.CoreAdminHandler.TaskObject taskObject) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.