image-match
image-match copied to clipboard
Upgrade ES to 7.8
Change the query since doc type is deprecated on ES 6.x. On the top of the new query, explicitly declare the search target's type to keyword
to ensure the term query works for the test (and might needs to add some initial scrip to create index mapping for other environments).
Related PR: #132