You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erik Hatcher (JIRA)" <ji...@apache.org> on 2012/06/15 19:54:45 UTC

[jira] [Created] (SOLR-3549) DIH db example broken

Erik Hatcher created SOLR-3549:
----------------------------------

             Summary: DIH db example broken
                 Key: SOLR-3549
                 URL: https://issues.apache.org/jira/browse/SOLR-3549
             Project: Solr
          Issue Type: Bug
          Components: contrib - DataImportHandler
    Affects Versions: 4.0
            Reporter: Erik Hatcher
             Fix For: 4.0


Running the DIH db example import (on 4x and trunk) gives this error:
{code}
    WARNING: Error creating document : SolrInputDocument[includes=null, popularity=6, price=92.0, nameSort=Samsung SpinPoint P120 SP2514N - hard drive - 250 GB - ATA-133, name=Samsung SpinPoint P120 SP2514N - hard drive - 250 GB - ATA-133, alphaNameSort=Samsung SpinPoint P120 SP2514N - hard drive - 250 GB - ATA-133, weight=0.0, manu=Samsung Electronics Co. Ltd., id=SP2514N, features=[7200RPM, 8MB cache, IDE Ultra ATA-133, NoiseGuard, SilentSeek technology, Fluid Dynamic Bearing (FDB) motor]]
org.apache.solr.common.SolrException: ERROR: [doc=SP2514N] multiple values encountered for non multiValued copy field nameSort: Samsung SpinPoint P120 SP2514N - hard drive - 250 GB - ATA-133
{code}

The issue is that Solr was made more particular about multiValued, which points out something wrong with the DIH config file, creating fields for nameSort and alphaNameSort when copyField is already in place.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Resolved] (SOLR-3549) DIH db example broken

Posted by "Erik Hatcher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Hatcher resolved SOLR-3549.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0
         Assignee: Erik Hatcher
    
> DIH db example broken
> ---------------------
>
>                 Key: SOLR-3549
>                 URL: https://issues.apache.org/jira/browse/SOLR-3549
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>    Affects Versions: 4.0
>            Reporter: Erik Hatcher
>            Assignee: Erik Hatcher
>             Fix For: 4.0, 5.0
>
>
> Running the DIH db example import (on 4x and trunk) gives this error:
> {code}
>     WARNING: Error creating document : SolrInputDocument[includes=null, popularity=6, price=92.0, nameSort=Samsung SpinPoint P120 SP2514N - hard drive - 250 GB - ATA-133, name=Samsung SpinPoint P120 SP2514N - hard drive - 250 GB - ATA-133, alphaNameSort=Samsung SpinPoint P120 SP2514N - hard drive - 250 GB - ATA-133, weight=0.0, manu=Samsung Electronics Co. Ltd., id=SP2514N, features=[7200RPM, 8MB cache, IDE Ultra ATA-133, NoiseGuard, SilentSeek technology, Fluid Dynamic Bearing (FDB) motor]]
> org.apache.solr.common.SolrException: ERROR: [doc=SP2514N] multiple values encountered for non multiValued copy field nameSort: Samsung SpinPoint P120 SP2514N - hard drive - 250 GB - ATA-133
> {code}
> The issue is that Solr was made more particular about multiValued, which points out something wrong with the DIH config file, creating fields for nameSort and alphaNameSort when copyField is already in place.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org