rhsimplex / image-match

🎇 Quickly search over billions of images
2.94k stars 405 forks source link

Upgrade ES to 7.8 #133

Open Calvin-Huang opened 4 years ago

Calvin-Huang commented 4 years ago

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