You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Arul Kalaipandian (JIRA)" <ji...@apache.org> on 2013/04/09 17:26:17 UTC

[jira] [Created] (SOLR-4694) DataImporter uses wrong format for 'last_index_time'

Arul Kalaipandian created SOLR-4694:
---------------------------------------

             Summary: DataImporter uses wrong format for 'last_index_time'
                 Key: SOLR-4694
                 URL: https://issues.apache.org/jira/browse/SOLR-4694
             Project: Solr
          Issue Type: Bug
          Components: contrib - DataImportHandler
    Affects Versions: 4.2
            Reporter: Arul Kalaipandian
            Priority: Blocker


DataImporter uses wrong format for first import(no dataimport.propeties  in /conf folder).

{code}
R.LAST_MODIFICATION_DATE >= (TO_DATE('${dih.last_index_time}';
R.LAST_MODIFICATION_DATE >= (TO_DATE('Thu Jan 01 01:00:00 CET 1970','yyyy-mm-dd hh24:mi:ss').
{code}
It's similar to SOLR-1496.


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