From 14b249df49ad8ca60da438aaae524e978f98d8bc Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Thu, 4 Feb 2021 18:50:02 +0100 Subject: Request metrics async --- .../src/main/java/com/yahoo/prelude/searcher/BlendingSearcher.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'container-search/src/main/java/com/yahoo/prelude/searcher') diff --git a/container-search/src/main/java/com/yahoo/prelude/searcher/BlendingSearcher.java b/container-search/src/main/java/com/yahoo/prelude/searcher/BlendingSearcher.java index b2f5d104890..d79386a88ed 100644 --- a/container-search/src/main/java/com/yahoo/prelude/searcher/BlendingSearcher.java +++ b/container-search/src/main/java/com/yahoo/prelude/searcher/BlendingSearcher.java @@ -78,8 +78,7 @@ public class BlendingSearcher extends Searcher { * This assumes that all hits are organized into hitgroups. If not, blending will not be performed. */ protected Result blendResults(Result result, Query q, int offset, int hits, Execution execution) { - - //Assert that there are more than one hitgroup and that there are only hitgroups on the lowest level + // Assert that there are more than one hitgroup and that there are only hitgroups on the lowest level boolean foundNonGroup = false; Iterator hitIterator = result.hits().iterator(); List groups = new ArrayList<>(); -- cgit v1.2.3