elasticsearch/client
Armin Braun 63e64ae61b
Cleanup Stream usage in various spots (#97306)
Lots of spots where we did weird things around streams like redundant stream creation, redundant collecting
before adding all the collected elements to another collection or so, redundant streams for joining strings
and using less efficient `Collectors.toList` and in a few cases also incorrectly relying on the result being mutable.
2023-07-03 14:24:57 +02:00
..
benchmark Cleanup Stream usage in various spots (#97306) 2023-07-03 14:24:57 +02:00
client-benchmark-noop-api-plugin Add XContent chunking to SearchResponse (#94736) 2023-05-12 12:45:44 +01:00
rest Fix unnecessary string concatenations (#90405) 2022-09-27 16:14:38 +02:00
rest-high-level Support CCS minimize round trips in async search (#96012) 2023-06-01 10:34:16 -04:00
sniffer Fix unnecessary string concatenations (#90405) 2022-09-27 16:14:38 +02:00
test Update to Mockito 5.4.0 (#97285) 2023-06-30 18:27:47 +01:00