org.elasticsearch.action.search
Class ReduceSearchPhaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.elasticsearch.ElasticSearchException
                  extended by org.elasticsearch.action.search.SearchPhaseExecutionException
                      extended by org.elasticsearch.action.search.ReduceSearchPhaseException
All Implemented Interfaces:
Serializable

public class ReduceSearchPhaseException
extends SearchPhaseExecutionException

A failure during a reduce phase (when receiving results from several shards, and reducing them into one or more results and possible actions).

See Also:
Serialized Form

Constructor Summary
ReduceSearchPhaseException(String phaseName, String msg, ShardSearchFailure[] shardFailures)
           
ReduceSearchPhaseException(String phaseName, String msg, Throwable cause, ShardSearchFailure[] shardFailures)
           
 
Method Summary
 
Methods inherited from class org.elasticsearch.action.search.SearchPhaseExecutionException
phaseName, shardFailures
 
Methods inherited from class org.elasticsearch.ElasticSearchException
contains, getDetailedMessage, getMostSpecificCause, getRootCause, status, unwrapCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReduceSearchPhaseException

public ReduceSearchPhaseException(String phaseName,
                                  String msg,
                                  ShardSearchFailure[] shardFailures)

ReduceSearchPhaseException

public ReduceSearchPhaseException(String phaseName,
                                  String msg,
                                  Throwable cause,
                                  ShardSearchFailure[] shardFailures)


Copyright © 2009-2012. All Rights Reserved.