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, setStreamingResponseCallback
protected CollectionParams.CollectionAction action
public CollectionAdminRequest()
public CollectionAdminRequest(String path)
protected void setAction(CollectionParams.CollectionAction action)
public SolrParams getParams()
getParams
in class SolrRequest
public Collection<ContentStream> getContentStreams() throws IOException
getContentStreams
in class SolrRequest
IOException
public CollectionAdminResponse process(SolrClient server) throws SolrServerException, IOException
process
in class SolrRequest
SolrServerException
IOException
protected void addProperties(ModifiableSolrParams params, Properties props)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.