imbo / imbo-metadata-search

Imbo plugin that enables metadata search
MIT License
3 stars 4 forks source link

Change the ES DSL-transformation to prefix fieldnames with metadata. #14

Closed fangel closed 9 years ago

fangel commented 9 years ago

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.

kbrabrand commented 9 years ago

Looks good.