public static class SchemaRequest.AddCopyField extends SchemaRequest.Update
SolrRequest.METHODSUPPORTED_METHODS| Constructor and Description | 
|---|
| AddCopyField(String source,
            List<String> dest)Creates a new instance of the request. | 
| AddCopyField(String source,
            List<String> dest,
            Integer maxChars)Creates a new instance of the request. | 
| AddCopyField(String source,
            List<String> dest,
            Integer maxChars,
            SolrParams q) | 
| AddCopyField(String source,
            List<String> dest,
            SolrParams q) | 
createResponse, getContentStreamsgetParamsgetBasicAuthPassword, getBasicAuthUser, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallbackpublic AddCopyField(String source, List<String> dest)
source - the source field namedest - the collection of the destination field namespublic AddCopyField(String source, List<String> dest, Integer maxChars)
source - the source field namedest - the collection of the destination field namesmaxChars - the number of characters to be copied from the source to the dest. Specifying
                 0 as value, means that all the source characters will be copied to the dest.public AddCopyField(String source, List<String> dest, SolrParams q)
public AddCopyField(String source, List<String> dest, Integer maxChars, SolrParams q)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.