commit | 9a69eaed611d35e4c3d7b1bf4e1b9ed4985e0516 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Tue Sep 25 08:54:51 2018 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Wed Sep 26 13:45:46 2018 +0900 |
tree | 9074ff7d489c39ea98dcbc48169fd359798b2ee5 | |
parent | 9658edddbcbf66b5830cfd504cfb25aa31baa173 [diff] |
AbstractElasticIndex: Factor out more variants of {post,perform}Request Factor out more variants of these methods that eventually end up in the one that actually makes the call to the RestClient instance. This will allow to make any necessary adjustments to the URI or request parameters in a single place. At the same time, reorder the arguments to make the order consistent across methods. Change-Id: I3ced32e8df6cbd5a5f05f4d3241f84a7e7bebb10