Closed
Description
Please take a look at this fix in original elasticsearch client code:
please update spring data's RequestConverters#encodePart to reflect the fix in this issue, since the implementation in spring-data seems to be a copy of an older (pre-fix) version of encodePart, specifically building the URI.
Is there a strong reason to have this duplicated in spring-data, couldn't it use same code from original ES high level client?
Thanks