Class SchemaRequest.DeleteDynamicField
- java.lang.Object
- 
- org.apache.solr.client.solrj.SolrRequest<T>
- 
- org.apache.solr.client.solrj.request.schema.AbstractSchemaRequest<SchemaResponse.UpdateResponse>
- 
- org.apache.solr.client.solrj.request.schema.SchemaRequest.Update
- 
- org.apache.solr.client.solrj.request.schema.SchemaRequest.DeleteDynamicField
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- SchemaRequest
 
 public static class SchemaRequest.DeleteDynamicField extends SchemaRequest.Update Deletes a dynamic field rule from your schema. If the dynamic field rule does not exist in the schema, or if the schema contains a copy field rule with a target or destination that matches only this dynamic field rule the method callSolrRequest.process(SolrClient, String)will fail.- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.solr.client.solrj.SolrRequestSolrRequest.METHOD, SolrRequest.SolrClientContext, SolrRequest.SolrRequestType
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.solr.client.solrj.SolrRequestSUPPORTED_METHODS, useBinaryV2, usev2
 
- 
 - 
Constructor SummaryConstructors Constructor Description DeleteDynamicField(String dynamicFieldName)Creates a new instance of the request.DeleteDynamicField(String fieldName, SolrParams q)
 - 
Method Summary- 
Methods inherited from class org.apache.solr.client.solrj.request.schema.SchemaRequest.UpdatecreateResponse, getContentWriter
 - 
Methods inherited from class org.apache.solr.client.solrj.request.schema.AbstractSchemaRequestgetParams, getRequestType
 - 
Methods inherited from class org.apache.solr.client.solrj.SolrRequestaddHeader, getBasePath, getBasicAuthPassword, getBasicAuthUser, getCollection, getContentStreams, getHeaders, getMethod, getPath, getPreferredNodes, getQueryParams, getResponseParser, getStreamingResponseCallback, getUserPrincipal, process, process, setBasePath, setBasicAuthCredentials, setMethod, setPath, setPreferredNodes, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUserPrincipal, setUseV2
 
- 
 
- 
- 
- 
Constructor Detail- 
DeleteDynamicFieldpublic DeleteDynamicField(String dynamicFieldName) Creates a new instance of the request.- Parameters:
- dynamicFieldName- the name of the dynamic field to be removed
 
 - 
DeleteDynamicFieldpublic DeleteDynamicField(String fieldName, SolrParams q) 
 
- 
 
-