Package org.opensearch.action.search
Class SearchUtils
java.lang.Object
org.opensearch.action.search.SearchUtils
Helper class for common search functions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.opensearch.core.action.ActionListener
<BiFunction<String, String, DiscoveryNode>> getConnectionLookupListener
(RemoteClusterService remoteClusterService, ClusterState state, Set<String> clusters) Get connection lookup listener for list of clusters passed
-
Constructor Details
-
SearchUtils
public SearchUtils()
-
-
Method Details
-
getConnectionLookupListener
public static org.opensearch.core.action.ActionListener<BiFunction<String,String, getConnectionLookupListenerDiscoveryNode>> (RemoteClusterService remoteClusterService, ClusterState state, Set<String> clusters) Get connection lookup listener for list of clusters passed
-