简体   繁体   中英

Solr : file entity processor and delta import

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} .

Delta import works the same as Full import, except that it loads the data after the last build.
Delta import uses the same entities with the relationships, so there should not be any difference.
Do the records get picked up ? Are there any errors ?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM