public class CollectionAdminRequest extends SolrRequest
SolrRequest.METHOD| Modifier and Type | Field and Description |
|---|---|
protected CollectionParams.CollectionAction |
action |
| Constructor and Description |
|---|
CollectionAdminRequest() |
CollectionAdminRequest(String path) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addProperties(ModifiableSolrParams params,
Properties props) |
Collection<ContentStream> |
getContentStreams() |
SolrParams |
getParams() |
CollectionAdminResponse |
process(SolrClient server) |
protected void |
setAction(CollectionParams.CollectionAction action) |
getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallbackprotected CollectionParams.CollectionAction action
public CollectionAdminRequest()
public CollectionAdminRequest(String path)
protected void setAction(CollectionParams.CollectionAction action)
public SolrParams getParams()
getParams in class SolrRequestpublic Collection<ContentStream> getContentStreams() throws IOException
getContentStreams in class SolrRequestIOExceptionpublic CollectionAdminResponse process(SolrClient server) throws SolrServerException, IOException
process in class SolrRequestSolrServerExceptionIOExceptionprotected void addProperties(ModifiableSolrParams params, Properties props)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.