Uses of Class
org.elasticsearch.action.search.SearchResponse.Clusters
-
Packages that use SearchResponse.Clusters Package Description org.elasticsearch.action.search -
-
Uses of SearchResponse.Clusters in org.elasticsearch.action.search
Fields in org.elasticsearch.action.search declared as SearchResponse.Clusters Modifier and Type Field Description static SearchResponse.ClustersSearchResponse.Clusters. EMPTYMethods in org.elasticsearch.action.search that return SearchResponse.Clusters Modifier and Type Method Description SearchResponse.ClustersSearchResponse. getClusters()Returns info about what clusters the search was executed against.Constructors in org.elasticsearch.action.search with parameters of type SearchResponse.Clusters Constructor Description SearchResponse(SearchResponseSections internalResponse, String scrollId, int totalShards, int successfulShards, int skippedShards, long tookInMillis, ShardSearchFailure[] shardFailures, SearchResponse.Clusters clusters)
-