summaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-22 11:17:56 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-22 11:17:56 +0100
commit83606d9c040e51e5e0b86b2546d42e09c0ac3818 (patch)
tree1f26305643aebe58f5f4ca7f64fdf7cd66737ad3 /container-search
parentbda580abb1b70664924cb7beafd1a6724b33e57d (diff)
GC unused imports.
Diffstat (limited to 'container-search')
-rw-r--r--container-search/src/main/java/com/yahoo/search/dispatch/rpc/RpcInvokerFactory.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/container-search/src/main/java/com/yahoo/search/dispatch/rpc/RpcInvokerFactory.java b/container-search/src/main/java/com/yahoo/search/dispatch/rpc/RpcInvokerFactory.java
index 6f006aa344b..a1ebea3b695 100644
--- a/container-search/src/main/java/com/yahoo/search/dispatch/rpc/RpcInvokerFactory.java
+++ b/container-search/src/main/java/com/yahoo/search/dispatch/rpc/RpcInvokerFactory.java
@@ -1,12 +1,9 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.search.dispatch.rpc;
-import com.yahoo.prelude.fastsearch.DocumentDatabase;
import com.yahoo.prelude.fastsearch.VespaBackEndSearcher;
-import com.yahoo.processing.request.CompoundName;
import com.yahoo.search.Query;
import com.yahoo.search.Result;
-import com.yahoo.search.dispatch.Dispatcher;
import com.yahoo.search.dispatch.FillInvoker;
import com.yahoo.search.dispatch.InvokerFactory;
import com.yahoo.search.dispatch.SearchInvoker;
@@ -20,9 +17,6 @@ import java.util.Optional;
*/
public class RpcInvokerFactory extends InvokerFactory {
- /** Unless turned off this will fill summaries by dispatching directly to search nodes over RPC when possible */
- private final static CompoundName dispatchSummaries = new CompoundName("dispatch.summaries");
-
private final RpcResourcePool rpcResourcePool;
public RpcInvokerFactory(RpcResourcePool rpcResourcePool, SearchCluster searchCluster) {