elasticsearch/test/framework
Alan Woodward d981cf2dff
Remove intermediate SearchLookup classes (#68052)
SearchLookup has two intermediate classes, DocMap and StoredFieldsLookup, that
are simple factories for their Leaf implementations. They are never accessed
outside SearchLookup, with the exception of two calls on DocMap that can be
easily refactored. This commit removes them, making SearchLookup.getLeafSearchLookup
directly responsible for creating the leaf lookups.
2021-01-29 10:44:05 +00:00
..
src Remove intermediate SearchLookup classes (#68052) 2021-01-29 10:44:05 +00:00
build.gradle Allow ESRestTestClient to trust certificates (#66559) 2020-12-23 17:29:43 +02:00