summaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-11-21 10:35:38 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2023-11-21 10:39:04 +0100
commit09853c28b746d3d206ab51289423a4d62a8f05ef (patch)
treea2f72ba9981ea03bd1dee4fde9d590cf5ed64fe5 /container-search
parentccc4d65ca958036b37a4fbbbcca443f2a873077f (diff)
global phase have feature has been completed. No need for config control.
Diffstat (limited to 'container-search')
-rw-r--r--container-search/src/main/java/com/yahoo/prelude/cluster/ClusterSearcher.java2
1 files changed, 1 insertions, 1 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 12f8cdf9852..e20c4271fe0 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
@@ -83,7 +83,7 @@ public class ClusterSearcher extends Searcher {
int searchClusterIndex = clusterConfig.clusterId();
searchClusterName = clusterConfig.clusterName();
QrSearchersConfig.Searchcluster searchClusterConfig = getSearchClusterConfigFromClusterName(qrsConfig, searchClusterName);
- this.globalPhaseRanker = searchClusterConfig.globalphase() ? globalPhaseRanker : null;
+ this.globalPhaseRanker = globalPhaseRanker;
schemas = new LinkedHashSet<>();
maxQueryTimeout = ParameterParser.asMilliSeconds(clusterConfig.maxQueryTimeout(), DEFAULT_MAX_QUERY_TIMEOUT);