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:28:16 UTC

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

     [ https://issues.apache.org/jira/browse/SOLR-4694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arul Kalaipandian updated SOLR-4694:
------------------------------------

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

{code}
   R.LAST_MODIFICATION_DATE >= (TO_DATE('${dih.last_index_time}';
      formatted as  follows,
   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.


  was:
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.


    
> 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
>              Labels: formatDate
>
> DataImporter uses wrong format for first import(no dataimport.propeties  in /conf folder).
> {code}
>    R.LAST_MODIFICATION_DATE >= (TO_DATE('${dih.last_index_time}';
>       formatted as  follows,
>    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