Uses of Class
org.elasticsearch.action.OriginalIndices
-
-
Uses of OriginalIndices in org.elasticsearch.action
Fields in org.elasticsearch.action declared as OriginalIndices Modifier and Type Field Description static OriginalIndicesOriginalIndices. NONEMethods in org.elasticsearch.action that return OriginalIndices Modifier and Type Method Description static OriginalIndicesOriginalIndices. readOriginalIndices(StreamInput in)Methods in org.elasticsearch.action with parameters of type OriginalIndices Modifier and Type Method Description static voidOriginalIndices. writeOriginalIndices(OriginalIndices originalIndices, StreamOutput out) -
Uses of OriginalIndices in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search that return OriginalIndices Modifier and Type Method Description OriginalIndicesSearchShardIterator. getOriginalIndices()Returns the original indices associated with this shard iterator, specifically with the cluster that this shard belongs to.Methods in org.elasticsearch.action.search with parameters of type OriginalIndices Modifier and Type Method Description voidSearchTransportService. sendFreeContext(Transport.Connection connection, long contextId, OriginalIndices originalIndices)Constructors in org.elasticsearch.action.search with parameters of type OriginalIndices Constructor Description SearchShardIterator(String clusterAlias, ShardId shardId, List<ShardRouting> shards, OriginalIndices originalIndices)Creates aPlainShardIteratorinstance that iterates over a subset of the given shards this the a givenshardId. -
Uses of OriginalIndices in org.elasticsearch.action.support.broadcast
Fields in org.elasticsearch.action.support.broadcast declared as OriginalIndices Modifier and Type Field Description protected OriginalIndicesBroadcastShardRequest. originalIndicesConstructors in org.elasticsearch.action.support.broadcast with parameters of type OriginalIndices Constructor Description BroadcastShardRequest(ShardId shardId, OriginalIndices originalIndices) -
Uses of OriginalIndices in org.elasticsearch.search
Methods in org.elasticsearch.search that return OriginalIndices Modifier and Type Method Description OriginalIndicesSearchShardTarget. getOriginalIndices()Constructors in org.elasticsearch.search with parameters of type OriginalIndices Constructor Description SearchShardTarget(String nodeId, ShardId shardId, String clusterAlias, OriginalIndices originalIndices) -
Uses of OriginalIndices in org.elasticsearch.search.fetch
Constructors in org.elasticsearch.search.fetch with parameters of type OriginalIndices Constructor Description ShardFetchSearchRequest(OriginalIndices originalIndices, long id, IntArrayList list, ScoreDoc lastEmittedDoc) -
Uses of OriginalIndices in org.elasticsearch.search.internal
Constructors in org.elasticsearch.search.internal with parameters of type OriginalIndices Constructor Description ShardSearchRequest(OriginalIndices originalIndices, SearchRequest searchRequest, ShardId shardId, int numberOfShards, AliasFilter aliasFilter, float indexBoost, long nowInMillis, String clusterAlias, String[] indexRoutings) -
Uses of OriginalIndices in org.elasticsearch.search.query
Constructors in org.elasticsearch.search.query with parameters of type OriginalIndices Constructor Description QuerySearchRequest(OriginalIndices originalIndices, long id, AggregatedDfs dfs) -
Uses of OriginalIndices in org.elasticsearch.transport
Methods in org.elasticsearch.transport that return types with arguments of type OriginalIndices Modifier and Type Method Description Map<String,OriginalIndices>RemoteClusterService. groupIndices(IndicesOptions indicesOptions, String[] indices, Predicate<String> indexExists)
-