[
https://issues.apache.org/jira/browse/SOLR-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13702576#comment-13702576
]
Steve Rowe commented on SOLR-5010:
----------------------------------
bq. Fixes most of Steve's issues, I believe
Aha, now I know why I thought the whitespace issue was in several files - I was
lumping together code in your patch with code you had already committed. In
your patch, class javadocs have whitespace rearrangements in
CopyFieldCollectionResource.java and FieldCollectionResource.java, and
FieldCollectionResource.java has a bunch of other whitespace changes.
All other changes look good, except that you didn't add an exception for zero
copyField destinations after splitting, and in fact you added this test, which
says that such a request should succeed???:
{code:java}
assertJPost("/schema/copyfields", "[{\"source\":\"fieldD\",
\"dest\":\",,,\"}]", "/responseHeader/status==0");
{code}
> Add REST support for Copy Fields
> --------------------------------
>
> Key: SOLR-5010
> URL: https://issues.apache.org/jira/browse/SOLR-5010
> Project: Solr
> Issue Type: Sub-task
> Components: Schema and Analysis
> Reporter: Grant Ingersoll
> Assignee: Grant Ingersoll
> Fix For: 5.0, 4.4
>
> Attachments: SOLR-5010-copyFields.patch, SOLR-5010-copyFields.patch,
> SOLR-5010.patch, SOLR-5010.patch, SOLR-5010.patch
>
>
> Per SOLR-4898, adding copy field support. Should be simply a new parameter
> to the PUT/POST with the name of the target to copy to.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]