Skip to content

Support ES 5.6 to 6.x

Mario de la Ossa requested to merge elasticsearch_v6 into master

Changes Parent calls to Routing calls and adds join_field and type attributes to blobs and commits.

Please note that I was forced to update our olivere/elastic dependency as the way you call Routing in batched commands changed between v5 and v6 (used to be _routing, now must be routing)

Merge request reports