- Add the files for the debian packaging to this repo
0.4.0
- Switch to ES-Lib v8 for ElasticSearch 8.0+ - Add configuration which library version is currently in use - Fix problems in ES-Lib v8 - Add README.md section on how to enable the user authentication - Remove "use_ssl" from the ES-constructor and from the configuration
0.3.5
- Don't throw an error and abort if a file is deleted during indexing (2nd try)
0.3.4
- Don't throw an error and abort if a file is deleted during indexing - Fix searching with elasticsearch lib 7
0.3.3
- add options for connecting to elasticsearch via SSL
0.3.2
- add `file.filesize` to elasticsearch index, so that Spotlight can see it - add `fs2es-indexer search --search-filename "my-document.pdf"` to search the index - (For the future) add an internal version switch for the elasticsearch library (current version 7 can access ES server 7+)