public static class SchemaRequest.AddCopyField extends SchemaRequest.Update
SolrRequest.METHOD| Constructor and Description |
|---|
SchemaRequest.AddCopyField(String source,
List<String> dest)
Creates a new instance of the request.
|
SchemaRequest.AddCopyField(String source,
List<String> dest,
Integer maxChars)
Creates a new instance of the request.
|
SchemaRequest.AddCopyField(String source,
List<String> dest,
Integer maxChars,
SolrParams q) |
SchemaRequest.AddCopyField(String source,
List<String> dest,
SolrParams q) |
createResponse, getContentStreamsgetParamsgetMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallbackpublic SchemaRequest.AddCopyField(String source, List<String> dest)
source - the source field namedest - the collection of the destination field namespublic SchemaRequest.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 SchemaRequest.AddCopyField(String source, List<String> dest, SolrParams q)
public SchemaRequest.AddCopyField(String source, List<String> dest, Integer maxChars, SolrParams q)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.