Skip to content

Dactyl v0.7.1

Compare
Choose a tag to compare
@mDuo13 mDuo13 released this 17 Feb 01:38
· 104 commits to master since this release

This minor upgrade improves the flexibility of the ElasticSearch uploader introduced in Dactyl v0.7.0 (the --es_upload command).

This version supports new config options, es_index_fields and es_index_separator which are analogous to pdf_filename_fields and pdf_filename_separator but for generating the names of indexes where Dactyl uploads things to ElasticSearch. Previously, Dactyl used the same formula for both PDF filenames and ElasticSearch index names.

Caution: If you are using the ElasticSearch uploader and non-default values for pdf_filename_fields or pdf_filename_separator, Dactyl v0.7.1 uploads files to different ES indexes than Dactyl v0.7.0 unless you also define the es_index_fields and es_index_separator config fields to match.

There are no other changes to Dactyl functionality so there's no need to upgrade from 0.7.0 if you're not using Dactyl's ElasticSearch uploader.