Class CCSSingleCoordinatorSearchProgressListener

java.lang.Object
org.elasticsearch.action.search.SearchProgressListener
org.elasticsearch.action.search.CCSSingleCoordinatorSearchProgressListener

public class CCSSingleCoordinatorSearchProgressListener extends SearchProgressListener
Use this progress listener for cross-cluster searches where a single coordinator is used for all clusters (minimize_roundtrips=false). It updates state in the SearchResponse.Clusters object as the search progresses so that the metadata required for the _clusters/details section in the SearchResponse is accurate.