elasticsearch/modules/repository-url
Alan Woodward 8b9bed9ea6
Remove type parameter from ESIntegTestCase sugar methods (#48451)
ESIntegTestCase has a number of sugar index methods that prepare and execute
index requests. Now that index requests no longer use types, we can remove the
type parameter from each of these.

To prevent issues when re-compiling against the test framework, the method
`index(String index, String id, Object... source)` is renamed to `indexDoc`
so that e.g. `index(index, type, id, field1, field2, field3)` does not get re-interpreted
as an index request with an id of `type`.
2019-10-25 10:29:32 +01:00
..
src Remove type parameter from ESIntegTestCase sugar methods (#48451) 2019-10-25 10:29:32 +01:00
build.gradle Repository plugin test cacheability fixes (#46572) 2019-09-11 08:24:32 -07:00