Class ReduceSearchPhaseException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, 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: