RE: DIH delta-import question

2010-10-19 Thread Ephraim Ofir
-user@lucene.apache.org Subject: DIH delta-import question Dear list, I'm trying to delta-import with datasource FileDataSource and processor FileListEntityProcessor. I want to load only files which are newer than dataimport.properties -> last_index_time. It looks like that n

DIH delta-import question

2010-10-14 Thread Bernd Fehling
Dear list, I'm trying to delta-import with datasource FileDataSource and processor FileListEntityProcessor. I want to load only files which are newer than dataimport.properties -> last_index_time. It looks like that newerThan="${dataimport.last_index_time}" is without any function. Can it be that