Uses of Class
org.elasticsearch.action.search.ShardSearchFailure

Packages that use ShardSearchFailure
org.elasticsearch.action.search Search action. 
org.elasticsearch.action.search.type   
 

Uses of ShardSearchFailure in org.elasticsearch.action.search
 

Fields in org.elasticsearch.action.search declared as ShardSearchFailure
static ShardSearchFailure[] ShardSearchFailure.EMPTY_ARRAY
           
 

Methods in org.elasticsearch.action.search that return ShardSearchFailure
 ShardSearchFailure[] SearchResponse.getShardFailures()
          The failures that occurred during the search.
static ShardSearchFailure ShardSearchFailure.readShardSearchFailure(StreamInput in)
           
 ShardSearchFailure[] SearchResponse.shardFailures()
          The failures that occurred during the search.
 ShardSearchFailure[] SearchPhaseExecutionException.shardFailures()
           
 

Constructors in org.elasticsearch.action.search with parameters of type ShardSearchFailure
ReduceSearchPhaseException(String phaseName, String msg, ShardSearchFailure[] shardFailures)
           
ReduceSearchPhaseException(String phaseName, String msg, Throwable cause, ShardSearchFailure[] shardFailures)
           
SearchPhaseExecutionException(String phaseName, String msg, ShardSearchFailure[] shardFailures)
           
SearchPhaseExecutionException(String phaseName, String msg, Throwable cause, ShardSearchFailure[] shardFailures)
           
SearchResponse(InternalSearchResponse internalResponse, String scrollId, int totalShards, int successfulShards, long tookInMillis, ShardSearchFailure[] shardFailures)
           
 

Uses of ShardSearchFailure in org.elasticsearch.action.search.type
 

Methods in org.elasticsearch.action.search.type that return ShardSearchFailure
protected  ShardSearchFailure[] TransportSearchTypeAction.BaseAsyncAction.buildShardFailures()
           
 

Methods in org.elasticsearch.action.search.type with parameters of type ShardSearchFailure
protected  void TransportSearchTypeAction.BaseAsyncAction.addShardFailure(ShardSearchFailure failure)
           
 



Copyright © 2009-2012. All Rights Reserved.