delta-update alternative on filechanges when using FileListEntityProcessor

2018-05-27 Thread Thomas Lustig
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

Re: Is it possible to index documents without storing their content?

2018-05-24 Thread Thomas Lustig
on > Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > > > > > On 23 May 2018, at 06:46, Thomas Lustig <tm.lus...@gmail.com> wrote: > > > > dear community, > > > > Is it possible to index documents (e.g. pdf, word,...) for > ful

simple enrich uploaded binary documents with sha256 hashes

2018-05-24 Thread Thomas Lustig
dear community, I would like to automatically add a sha256 filehash to a Document field after a binary file is posted to a ExtractingRequestHandler. First i thought, that the ExtractingRequestHandler has such a feature, but so far i did not find a configuration. It was mentioned that I should

Is it possible to index documents without storing their content?

2018-05-22 Thread Thomas Lustig
dear community, Is it possible to index documents (e.g. pdf, word,...) for fulltextsearch without storing their content(payload) inside Solr server? Thanking you in advance for your help BR Tom