Package | Description |
---|---|
org.elasticsearch.action.explain |
Explain action.
|
org.elasticsearch.action.get |
Get action.
|
org.elasticsearch.action.percolate | |
org.elasticsearch.action.support.single.shard | |
org.elasticsearch.action.termvector |
Get the term vector for a specific document.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TransportExplainAction.resolveRequest(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
protected ShardIterator |
TransportExplainAction.shards(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransportGetAction.resolveRequest(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
protected void |
TransportShardMultiGetAction.resolveRequest(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
protected ShardIterator |
TransportGetAction.shards(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
protected ShardIterator |
TransportShardMultiGetAction.shards(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ShardIterator |
TransportShardMultiPercolateAction.shards(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportShardSingleOperationAction.checkRequestBlock(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
protected void |
TransportShardSingleOperationAction.resolveRequest(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
protected abstract ShardIterator |
TransportShardSingleOperationAction.shards(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransportSingleShardTermVectorAction.resolveRequest(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
protected ShardIterator |
TransportSingleShardMultiTermsVectorAction.shards(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
protected ShardIterator |
TransportSingleShardTermVectorAction.shards(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
Copyright © 2009–2015. All rights reserved.