Alexis Torres Paderewski created SOLR-3502:
----------------------------------------------

             Summary: [Copy Field][Importing] Copy Field duplicate a field and 
a multivalued field can be created without having field multivalued in schema
                 Key: SOLR-3502
                 URL: https://issues.apache.org/jira/browse/SOLR-3502
             Project: Solr
          Issue Type: Bug
          Components: clients - java
    Affects Versions: 3.1
         Environment: two Solr 3.1 on linux.
            Reporter: Alexis Torres Paderewski
            Priority: Minor


we have two field on both solr:


<field name="A" type="text" indexed="true" stored="true"/>
<field name="B" type="string" indexed="true" stored="true"/>

<copyField source="A" dest="B"/>

We have a SolrDocument reader (solrj client without pojo binding) that takes 
all docs from one solr and SolrInputDocument write them on the other solr.

On B field in the target solr we ended with an Array containing the duplicate 
value we have on the first solr. How could solr internally break schema ?



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]

Reply via email to