[ 
https://issues.apache.org/jira/browse/SOLR-4383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13566097#comment-13566097
 ] 

Alexandre Rafalovitch commented on SOLR-4383:
---------------------------------------------

Also means that the following line stops import for SqlEntityProcessor:
      <field name="type" template="vacancy-alert"/>
And has to be 
      <field name="type" column="FAKE" template="vacancy-alert"/>

Because 'column' attribute has to be always present and throws error message if 
missing.
                
> DataImportHandler: Semantic inconsistency of column/name attribute
> ------------------------------------------------------------------
>
>                 Key: SOLR-4383
>                 URL: https://issues.apache.org/jira/browse/SOLR-4383
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler, documentation
>    Affects Versions: 4.1
>            Reporter: Alexandre Rafalovitch
>             Fix For: 5.0
>
>
> Different DIH Entity Processor assign different meaning to 'column' 
> attribute. This can cause serious confusion to beginners but can also lead to 
> extremely hard to troubleshoot subtle bugs.

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

Reply via email to