public static class SchemaRequest.AddCopyField extends SchemaRequest.Update
SolrRequest.METHOD
SUPPORTED_METHODS, useBinaryV2, usev2
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, getContentWriter
getParams
getBasePath, getBasicAuthPassword, getBasicAuthUser, getCollection, getContentStreams, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, getUserPrincipal, process, process, setBasePath, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUserPrincipal, setUseV2
public 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-2019 Apache Software Foundation. All Rights Reserved.