Looks like this issue has been fixed on Sept 20, 2008 against issue SOLR-768. Can someone please let me know which one is a stable jar after Sept 20, 2008.
djain101 wrote: > > After debugging dataimporter code, i found that it is a bug in the > dataimporter 1.3 code itself. doFullImport() in DataImporter class is not > loading last index time where as doDeltaImport() is. The code snippet from > doFullImport() is: > > if (requestParams.commit) > setIndexStartTime(new Date()); > > > where as in doDeltaImport() is: > > if (requestParams.commit) { > Date lastModified = writer.loadIndexStartTime(); > setIndexStartTime(new Date()); > setLastIndexTime(lastModified); > } > > Looks like it is fixed in latest version of DataImporter.java. I will test > with that. > > -- View this message in context: http://www.nabble.com/delta-import-using-a-full-import-command-is-not-working-tp24989144p25017612.html Sent from the Solr - User mailing list archive at Nabble.com.