I'm using solr 3.3 and i want to use delta import with file entity processor and tika entity processor. Full import works fine but the delta import parameter doesn't import the new documents.
Thanks
I'm using solr 3.3 and i want to use delta import with file entity processor and tika entity processor. Full import works fine but the delta import parameter doesn't import the new documents.
Thanks
Changing following values in the data-config.xml will solved the problem
${dih.last_index_time} instead ${dataimporter.last_index_time}
${dih.delta.id} instead ${dataimporter.delta.id} .