chakming wong created SOLR-4788:
-----------------------------------

             Summary: Multiple Entities DIH: 
dataimporter.[entityName].last_index_time is empty
                 Key: SOLR-4788
                 URL: https://issues.apache.org/jira/browse/SOLR-4788
             Project: Solr
          Issue Type: Bug
    Affects Versions: 4.2
            Reporter: chakming wong


<?xml version="1.0" encoding="UTF-8" ?>
<dataConfig>
    <dataSource name="source1"
                type="JdbcDataSource" driver="com.mysql.jdbc.Driver"
                url="jdbc:mysql://*:*/*"
                user="*" password="*"/>

    <document name="strings">
        <entity name="entity1" pk="id" dataSource="source1"
                query="SELECT * FROM table_a"
                deltaQuery="SELECT table_a_id FROM table_b WHERE last_modified 
> '${dataimporter.entity1.last_index_time}'"
                deltaImportQuery="SELECT * FROM table_a WHERE id = 
'${dataimporter.entity1.id}'"
                transformer="TemplateTransformer">
            <field
              ... 
            />
        </entity>
    </document>
</dataConfig>


in above setup dataimporter.entity1.last_index_time is empty string

--
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