elasticsearch/test
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
..
external-modules Replace NOT operator with explicit `false` check (#67817) 2021-01-26 14:47:09 +00:00
fixtures Avoid early task cancellation during azure parallel blob deletions (#66929) 2021-01-05 11:08:16 +01:00
framework Remove intermediate SearchLookup classes (#68052) 2021-01-29 10:44:05 +00:00
logger-usage Replace NOT operator with explicit `false` check (#67817) 2021-01-26 14:47:09 +00:00
build.gradle Add snapshot only test modules (#61954) 2020-09-04 16:34:55 -07:00