2 things I noticed that are different from 1.3 to 1.4 for DataImport:

1. there are now 2 datetime values (per my specific schema I'm sure) in the
dataimport.properties vs. only 1 in 1.3 (using the exact same schema).  One
is 'last_index_time' same as 1.3, and a *new* one (in 1.4) named
item.last_index_time, where 'item' is my main and only entity name specified
in my data-import.xml.  they both have the same value.

2. in 1.3, the datetime passed to SQL used to be, e.g., '2009-10-05
14:08:01', but with 1.4 the format becomes 'Mon Oct 05 14:08:01 PDT 2009',
with the day of week, name of month, and timezone spelled out.  I had issue
with the 1.4 format with MySQL only for the timezone part, but now I have a
different solution without using this last index date altogether.

I'm curious though if there's any config setting to pass to
DataImportHandler to specify the desired date/time format to use.

Michael



Noble Paul നോബിള്‍  नोब्ळ्-2 wrote:
> 
> really?
> I don't remember that being changed.
> 
> what difference do u notice?
> 
> On Wed, Oct 7, 2009 at 2:30 AM, michael8 <mich...@saracatech.com> wrote:
>>
>> Just looking for confirmation from others, but it appears that the
>> formatting
>> of last_index_time from dataimport.properties (using DataImportHandler)
>> is
>> different in 1.4 vs. that in 1.3.  I was troubleshooting why delta
>> imports
>> are no longer working for me after moving over to solr 1.4 (10/2 nighly)
>> and
>> noticed that format is different.
>>
>> Michael
>> --
>> View this message in context:
>> http://www.nabble.com/solr-1.4-formats-last_index_time-for-SQL-differently-than-1.3--%21--tp25776496p25776496.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> 
> -- 
> -----------------------------------------------------
> Noble Paul | Principal Engineer| AOL | http://aol.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/solr-1.4-formats-last_index_time-for-SQL-differently-than-1.3--%21--tp25776496p25793468.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to