Class ReduceSearchPhaseException

All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment

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: