Class ConfigSetAdminRequest.Create
java.lang.Object
org.apache.solr.client.solrj.SolrRequest<ConfigSetAdminResponse>
org.apache.solr.client.solrj.request.ConfigSetAdminRequest<ConfigSetAdminRequest.Create,ConfigSetAdminResponse>
org.apache.solr.client.solrj.request.ConfigSetAdminRequest.ConfigSetSpecificAdminRequest<ConfigSetAdminRequest.Create>
org.apache.solr.client.solrj.request.ConfigSetAdminRequest.Create
- All Implemented Interfaces:
Serializable
- Enclosing class:
ConfigSetAdminRequest<Q extends ConfigSetAdminRequest<Q,R>, R extends ConfigSetAdminResponse>
public static class ConfigSetAdminRequest.Create
extends ConfigSetAdminRequest.ConfigSetSpecificAdminRequest<ConfigSetAdminRequest.Create>
Creates a new config set by cloning an existing "base" configset. To create a new configset
from scratch using a ZIP file you wish to upload, use the
ConfigSetAdminRequest.Upload command instead- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.solr.client.solrj.request.ConfigSetAdminRequest
ConfigSetAdminRequest.ConfigSetSpecificAdminRequest<T extends ConfigSetAdminRequest<T,ConfigSetAdminResponse>>, ConfigSetAdminRequest.Create, ConfigSetAdminRequest.Delete, ConfigSetAdminRequest.List, ConfigSetAdminRequest.Upload Nested classes/interfaces inherited from class org.apache.solr.client.solrj.SolrRequest
SolrRequest.ApiVersion, SolrRequest.METHOD, SolrRequest.SolrClientContext, SolrRequest.SolrRequestType -
Field Summary
FieldsFields inherited from class org.apache.solr.client.solrj.request.ConfigSetAdminRequest.ConfigSetSpecificAdminRequest
configSetNameFields inherited from class org.apache.solr.client.solrj.request.ConfigSetAdminRequest
actionFields inherited from class org.apache.solr.client.solrj.SolrRequest
SUPPORTED_METHODS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringfinal PropertiesThe parameters for this request; never null.protected ConfigSetAdminRequest.CreategetThis()setBaseConfigSetName(String baseConfigSetName) setNewConfigSetProperties(Properties properties) Methods inherited from class org.apache.solr.client.solrj.request.ConfigSetAdminRequest.ConfigSetSpecificAdminRequest
createResponse, getConfigSetName, setConfigSetNameMethods inherited from class org.apache.solr.client.solrj.request.ConfigSetAdminRequest
setActionMethods inherited from class org.apache.solr.client.solrj.SolrRequest
addHeader, addHeaders, getApiVersion, getBasicAuthPassword, getBasicAuthUser, getCollection, getContentStreams, getContentWriter, getHeaders, getMethod, getPath, getPreferredNodes, getQueryParams, getRequestType, getResponseParser, getStreamingResponseCallback, getUserPrincipal, process, process, processWithBaseUrl, requiresCollection, setBasicAuthCredentials, setMethod, setPath, setPreferredNodes, setQueryParams, setRequestType, setResponseParser, setStreamingResponseCallback, setUserPrincipal
-
Field Details
-
PROPERTY_PREFIX
-
baseConfigSetName
-
properties
-
-
Constructor Details
-
Create
public Create()
-
-
Method Details
-
getThis
- Specified by:
getThisin classConfigSetAdminRequest<ConfigSetAdminRequest.Create,ConfigSetAdminResponse>
-
setBaseConfigSetName
-
getBaseConfigSetName
-
setNewConfigSetProperties
-
getNewConfigSetProperties
-
getParams
Description copied from class:SolrRequestThe parameters for this request; never null. The runtime type may be mutable but modifications may not affect thisSolrRequestinstance, as it may return a new instance here every time. If the subclass specifies the response type asModifiableSolrParams, then one can expect it to change this request. If the subclass has a setter then one can expect this method to return the value set.- Overrides:
getParamsin classConfigSetAdminRequest.ConfigSetSpecificAdminRequest<ConfigSetAdminRequest.Create>
-