mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
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)` |
||
---|---|---|
.. | ||
aggs-matrix-stats | ||
analysis-common | ||
ingest-common | ||
ingest-geoip | ||
ingest-user-agent | ||
lang-expression | ||
lang-mustache | ||
lang-painless | ||
mapper-extras | ||
parent-join | ||
percolator | ||
rank-eval | ||
reindex | ||
repository-url | ||
systemd | ||
transport-netty4 | ||
build.gradle |