summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/cluster/ClusterSearcher.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-04-17 16:17:56 +0200
committerJon Bratseth <bratseth@oath.com>2018-04-17 16:17:56 +0200
commit44328388745afbd80c46976ec9441aedf9189b67 (patch)
tree742f0e07dfbe3b8bb7be2c0f6539b990f979518d /container-search/src/main/java/com/yahoo/prelude/cluster/ClusterSearcher.java
parent6396443d0f464444cf347316bbad3e0ec101e341 (diff)
Revert "Merge pull request #5613 from vespa-engine/revert-5594-bratseth/dispatch-summaries-take-3"
This reverts commit 6396443d0f464444cf347316bbad3e0ec101e341, reversing changes made to 02f822da6c0dabad91a09a896a2e3029d1d1fa1b.
Diffstat (limited to 'container-search/src/main/java/com/yahoo/prelude/cluster/ClusterSearcher.java')
-rw-r--r--container-search/src/main/java/com/yahoo/prelude/cluster/ClusterSearcher.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/container-search/src/main/java/com/yahoo/prelude/cluster/ClusterSearcher.java b/container-search/src/main/java/com/yahoo/prelude/cluster/ClusterSearcher.java
index 2709755da5d..258f0dec9ff 100644
--- a/container-search/src/main/java/com/yahoo/prelude/cluster/ClusterSearcher.java
+++ b/container-search/src/main/java/com/yahoo/prelude/cluster/ClusterSearcher.java
@@ -13,6 +13,7 @@ import com.yahoo.container.handler.VipStatus;
import com.yahoo.fs4.mplex.Backend;
import com.yahoo.container.search.LegacyEmulationConfig;
import com.yahoo.net.HostName;
+import com.yahoo.prelude.fastsearch.DocsumDefinitionSet;
import com.yahoo.search.dispatch.Dispatcher;
import com.yahoo.prelude.fastsearch.FS4ResourcePool;
import com.yahoo.prelude.IndexFacts;