Class RankDocShardInfo

java.lang.Object
org.elasticsearch.search.rank.RankDocShardInfo
All Implemented Interfaces:
Writeable

public class RankDocShardInfo extends Object implements Writeable
A RankDocShardInfo holds all the final rank documents that exist in a shard. We pass this to fetchPhase so that we can pass all the needed information for the RankBuilder to perform any actions needed when building the final SearchHits (e.g. explain).