Class SearchShardIterator

java.lang.Object
All Implemented Interfaces:
java.lang.Comparable<ShardIterator>, java.lang.Iterable<ShardRouting>, ShardIterator, ShardsIterator

public final class SearchShardIterator
extends PlainShardIterator
Extension of PlainShardIterator used in the search api, which also holds the OriginalIndices of the search request (useful especially with cross-cluster search, as each cluster has its own set of original indices) as well as the cluster alias.
See Also:
OriginalIndices