elasticsearch-elixir icon indicating copy to clipboard operation
elasticsearch-elixir copied to clipboard

Support ES7

Open smn opened this issue 1 year ago • 0 comments

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:

  1. Use ES 7.12.0 in docker-compose & bin/setup
  2. Update the mappings format to remove the nested _doc which was removed in ES7
  3. Update tests to account for string comparison differences and search result count response differences as hits.total is now an object.

smn avatar Mar 17 '23 08:03 smn