I configured a DataImportHandler using a FileListEntityProcessor to import files from a folder. This setup works really great, but i do not now how i should handle changes on the filesystem (e.g. files added, deleted,...) Should I always do a "full-import"? As far as i read "delta-import" is only supported by SqlEntityProcessor. Is there a best practise, that is recommended? Thanks in advance for helping me
Br Tom