From 1a6e858fa6ce684ebc9a2b741b34213c444331a8 Mon Sep 17 00:00:00 2001 From: Siddhant Deshmukh Date: Thu, 12 Oct 2023 03:31:50 -0700 Subject: [PATCH] Minor fix Signed-off-by: Siddhant Deshmukh --- .../java/org/opensearch/common/settings/ClusterSettings.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/main/java/org/opensearch/common/settings/ClusterSettings.java b/server/src/main/java/org/opensearch/common/settings/ClusterSettings.java index 4cd3490cffb4c..b987eaa047673 100644 --- a/server/src/main/java/org/opensearch/common/settings/ClusterSettings.java +++ b/server/src/main/java/org/opensearch/common/settings/ClusterSettings.java @@ -375,6 +375,7 @@ public void apply(Settings value, Settings current, Settings previous) { TransportSearchAction.SHARD_COUNT_LIMIT_SETTING, TransportSearchAction.SEARCH_CANCEL_AFTER_TIME_INTERVAL_SETTING, TransportSearchAction.SEARCH_REQUEST_STATS_ENABLED, + TransportSearchAction.SEARCH_QUERY_CATEGORIZATION_ENABLED_SETTING, RemoteClusterService.REMOTE_CLUSTER_SKIP_UNAVAILABLE, SniffConnectionStrategy.REMOTE_CONNECTIONS_PER_CLUSTER, RemoteClusterService.REMOTE_INITIAL_CONNECTION_TIMEOUT_SETTING,