Because we want the entire image stored in ES, we need to move the metadata entries into a sub-object in the ES document. This means that searches for any given metadata-fieldname, needs to have the filename prefixed with metadata..
This PR simply adds metadata. in front of all fieldnames in the DSL transformation-step. The unit-tests have been updated to account for this.
Because we want the entire image stored in ES, we need to move the metadata entries into a sub-object in the ES document. This means that searches for any given metadata-fieldname, needs to have the filename prefixed with
metadata.
.This PR simply adds
metadata.
in front of all fieldnames in the DSL transformation-step. The unit-tests have been updated to account for this.