elasticsearch-elixir
elasticsearch-elixir copied to clipboard
Support ES7
ES6 end of life date was the 10th of Feb 2022, this PR has this library at least pass the tests with ES7.
Biggest changes are:
- Use ES 7.12.0 in docker-compose &
bin/setup
- Update the mappings format to remove the nested
_doc
which was removed in ES7 - Update tests to account for string comparison differences and search result count response differences as
hits.total
is now an object.