You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Scott Bigelow <ep...@gmail.com> on 2011/04/27 07:55:05 UTC

DataImportHandler in Solr 3.1.0: not updating dataimport.properties last_index_time on delta-import?

Title pretty much says it all; I've configured the DIH in 3.1.0, and
it works great, except the delta-imports are always from the last time
a full-import happened, not a delta-import. After a delta-import,
dataimport.properties is completely untouched. The documentation
implies that the delta-import should update the last_index_time:

"The DataImportHandler exposes a variable called last_index_time which
is a timestamp value denoting the last time full-import 'or'
delta-import was run"
- http://wiki.apache.org/solr/DataImportHandler#Delta-Import_Example

Is there a configuration preventing delta-import from updating
dataimport.properties? It updates properly on each full-import.