elasticsearch/plugins
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
..
analysis-icu Remove Client.prepareIndex(index, type, id) method (#48443) 2019-10-25 11:09:52 +01:00
analysis-kuromoji upgrade to Lucene-snapshot-25968e3b75e (#48203) 2019-10-18 07:48:52 +02:00
analysis-nori upgrade to Lucene-snapshot-25968e3b75e (#48203) 2019-10-18 07:48:52 +02:00
analysis-phonetic upgrade to Lucene-snapshot-25968e3b75e (#48203) 2019-10-18 07:48:52 +02:00
analysis-smartcn upgrade to Lucene-snapshot-25968e3b75e (#48203) 2019-10-18 07:48:52 +02:00
analysis-stempel upgrade to Lucene-snapshot-25968e3b75e (#48203) 2019-10-18 07:48:52 +02:00
analysis-ukrainian upgrade to Lucene-snapshot-25968e3b75e (#48203) 2019-10-18 07:48:52 +02:00
discovery-azure-classic Update http-core and http-client dependencies (#46549) 2019-09-11 13:42:32 +02:00
discovery-ec2 Update AWS SDK for repository-s3 plugin to support IAM Roles for Service Accounts (#46969) 2019-09-24 13:11:35 +02:00
discovery-gce Update http-core and http-client dependencies (#46549) 2019-09-11 13:42:32 +02:00
examples Add explanations to script score queries (#46693) 2019-10-03 19:35:59 -07:00
ingest-attachment Ingest Attachment: Upgrade tika to v1.22 (#45575) 2019-08-19 18:16:32 -04:00
mapper-annotated-text Remove Client.prepareIndex(index, type, id) method (#48443) 2019-10-25 11:09:52 +01:00
mapper-murmur3 Don't persist type information to translog (#47229) 2019-10-15 09:05:29 +01:00
mapper-size Remove Client.prepareIndex(index, type, id) method (#48443) 2019-10-25 11:09:52 +01:00
repository-azure Reenable azure repository tests and remove some randomization in http servers (#48283) 2019-10-22 11:40:24 +02:00
repository-gcs Differentiate service account tokens in GCS tests (#48382) 2019-10-23 16:54:23 +02:00
repository-hdfs Remove Client.prepareIndex(index, type, id) method (#48443) 2019-10-25 11:09:52 +01:00
repository-s3 Remove types from BulkRequest (#46983) 2019-10-07 13:29:12 +01:00
store-smb Remove type parameter from ESIntegTestCase sugar methods (#48451) 2019-10-25 10:29:32 +01:00
transport-nio Make BytesReference an interface (#48171) 2019-10-21 13:15:39 -06:00
build.gradle Testclsuters: convert plugins qa projects (#41496) 2019-04-26 08:34:03 -07:00