Uses of Class
org.elasticsearch.action.search.ShardSearchFailure
-
Packages that use ShardSearchFailure Package Description org.elasticsearch.action.search org.elasticsearch.client.core -
-
Uses of ShardSearchFailure in org.elasticsearch.action.search
Fields in org.elasticsearch.action.search declared as ShardSearchFailure Modifier and Type Field Description static ShardSearchFailure[]ShardSearchFailure. EMPTY_ARRAYMethods in org.elasticsearch.action.search that return ShardSearchFailure Modifier and Type Method Description static ShardSearchFailureShardSearchFailure. fromXContent(XContentParser parser)ShardSearchFailure[]SearchResponse. getShardFailures()The failures that occurred during the search.static ShardSearchFailureShardSearchFailure. readShardSearchFailure(StreamInput in)ShardSearchFailure[]SearchPhaseExecutionException. shardFailures()Constructors in org.elasticsearch.action.search with parameters of type ShardSearchFailure Constructor Description ReduceSearchPhaseException(String phaseName, String msg, Throwable cause, ShardSearchFailure[] shardFailures)SearchPhaseExecutionException(String phaseName, String msg, Throwable cause, ShardSearchFailure[] shardFailures)SearchPhaseExecutionException(String phaseName, String msg, ShardSearchFailure[] shardFailures)SearchResponse(SearchResponseSections internalResponse, String scrollId, int totalShards, int successfulShards, int skippedShards, long tookInMillis, ShardSearchFailure[] shardFailures, SearchResponse.Clusters clusters) -
Uses of ShardSearchFailure in org.elasticsearch.client.core
Methods in org.elasticsearch.client.core that return ShardSearchFailure Modifier and Type Method Description ShardSearchFailure[]CountResponse. getShardFailures()The failures that occurred during the search.ShardSearchFailure[]CountResponse.ShardStats. getShardFailures()Constructors in org.elasticsearch.client.core with parameters of type ShardSearchFailure Constructor Description ShardStats(int successfulShards, int totalShards, int skippedShards, ShardSearchFailure[] shardFailures)
-