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
Copyright © 2021 Jogjafile Inc.
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 ?