public static class SchemaRequest.DeleteCopyField extends SchemaRequest.Update
SolrRequest.process(SolrClient, String)
will fail.SolrRequest.METHOD
Constructor and Description |
---|
DeleteCopyField(String source,
List<String> dest)
Creates a new instance of the request.
|
DeleteCopyField(String source,
List<String> dest,
SolrParams q) |
createResponse, getContentStreams
getParams
getBasicAuthPassword, getBasicAuthUser, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallback
public DeleteCopyField(String source, List<String> dest)
source
- the source field namedest
- the collection of the destination field namespublic DeleteCopyField(String source, List<String> dest, SolrParams q)
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.