Daniel Winterhalder created SOLR-6340:
-----------------------------------------

             Summary: DataImportHandler does not replicate UUID fields 
correctly in SolrCloud
                 Key: SOLR-6340
                 URL: https://issues.apache.org/jira/browse/SOLR-6340
             Project: Solr
          Issue Type: Bug
    Affects Versions: 4.9
            Reporter: Daniel Winterhalder


The same problem as it was fixed in SOLR-6165 also occurs for database fields 
of type UUID (corresp. Java class is java.util.UUID).

The observed problem is: I import database records into the SolrCloud with 
DataImportHandler. In the Solr Core where the Solr document is originally 
imported, the UUIDs are imported correctly as strings.
{code}
<str name="entityId">0700a626-e9a1-42b5-801b-0546ac829020</str>
{code}

But in the replicated Solr Core the UUID got the Java class name prefixed:
{code}
<str name="entityId">java.util.UUID:0700a626-e9a1-42b5-801b-0546ac829020</str>
{code}




--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to