elasticsearch/modules
Alan Woodward 750c6d8bb1
Remove Client.prepareIndex(index, type, id) method (#48443)
As types are no longer used in index requests, we can remove the type parameter
from `prepareIndex` methods in the `Client` interface. However, just changing the signature
of `prepareIndex(index, type, id)` to `prepareIndex(index, id)` risks confusion when
upgrading with the previous (now removed) `prepareIndex(index, type)` method -
just changing the dependency version of java code would end up silently changing the
semantics of the method call. Instead we should just remove this method entirely, and
replace it by calling `prepareIndex(index).setId(id)`
2019-10-25 11:09:52 +01:00
..
aggs-matrix-stats Replace the SearchContext with QueryShardContext when building aggregator factories (#46527) 2019-09-11 16:12:34 +02:00
analysis-common Remove Client.prepareIndex(index, type, id) method (#48443) 2019-10-25 11:09:52 +01:00
ingest-common Remove Client.prepareIndex(index, type, id) method (#48443) 2019-10-25 11:09:52 +01:00
ingest-geoip Remove type field from DocWriteRequest and associated Response objects (#47671) 2019-10-11 10:23:55 +01:00
ingest-user-agent update ingest-user-agent regexes.yml (#47807) 2019-10-18 16:14:44 +02:00
lang-expression Remove Client.prepareIndex(index, type, id) method (#48443) 2019-10-25 11:09:52 +01:00
lang-mustache Remove Client.prepareIndex(index, type, id) method (#48443) 2019-10-25 11:09:52 +01:00
lang-painless Change Painless regex node to use SField instead of Globals (#47944) 2019-10-15 07:46:29 -07:00
mapper-extras Remove Client.prepareIndex(index, type, id) method (#48443) 2019-10-25 11:09:52 +01:00
parent-join Remove Client.prepareIndex(index, type, id) method (#48443) 2019-10-25 11:09:52 +01:00
percolator Remove Client.prepareIndex(index, type, id) method (#48443) 2019-10-25 11:09:52 +01:00
rank-eval Remove type parameter from Client.prepareIndex/Delete/Update(index, type) (#48185) 2019-10-23 16:58:08 +01:00
reindex Remove Client.prepareIndex(index, type, id) method (#48443) 2019-10-25 11:09:52 +01:00
repository-url Remove type parameter from ESIntegTestCase sugar methods (#48451) 2019-10-25 10:29:32 +01:00
systemd Align assertion and enable check in systemd plugin 2019-07-24 16:34:36 +09:00
transport-netty4 Remove random when using HLRC sync and async calls (#48211) 2019-10-24 09:04:57 -05:00
build.gradle Convert RunTask to use testclusers, remove ClusterFormationTasks (#47572) 2019-10-08 14:39:58 +03:00