Uses of Interface
org.elasticsearch.action.IndicesRequest
-
-
Uses of IndicesRequest in org.elasticsearch.action
Subinterfaces of IndicesRequest in org.elasticsearch.action Modifier and Type Interface Description interfaceAliasesRequestNeeds to be implemented by allActionRequestsubclasses that relate to one or more indices and one or more aliases.interfaceDocWriteRequest<T>Generic interface to group ActionRequest, which perform writes to a single document Action requests implementing this can be part ofBulkRequeststatic interfaceIndicesRequest.ReplaceableClasses in org.elasticsearch.action that implement IndicesRequest Modifier and Type Class Description classOriginalIndicesUsed to keep track of original indices within internal (e.g.Methods in org.elasticsearch.action that return IndicesRequest Modifier and Type Method Description IndicesRequestIndicesRequest.Replaceable. indices(String... indices)Sets the indices that the action relates to.Constructors in org.elasticsearch.action with parameters of type IndicesRequest Constructor Description OriginalIndices(IndicesRequest indicesRequest) -
Uses of IndicesRequest in org.elasticsearch.action.admin.cluster.health
Classes in org.elasticsearch.action.admin.cluster.health that implement IndicesRequest Modifier and Type Class Description classClusterHealthRequest -
Uses of IndicesRequest in org.elasticsearch.action.admin.cluster.shards
Classes in org.elasticsearch.action.admin.cluster.shards that implement IndicesRequest Modifier and Type Class Description classClusterSearchShardsRequest -
Uses of IndicesRequest in org.elasticsearch.action.admin.cluster.snapshots.create
Classes in org.elasticsearch.action.admin.cluster.snapshots.create that implement IndicesRequest Modifier and Type Class Description classCreateSnapshotRequestCreate snapshot request -
Uses of IndicesRequest in org.elasticsearch.action.admin.cluster.state
Classes in org.elasticsearch.action.admin.cluster.state that implement IndicesRequest Modifier and Type Class Description classClusterStateRequest -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.alias
Classes in org.elasticsearch.action.admin.indices.alias that implement IndicesRequest Modifier and Type Class Description static classIndicesAliasesRequest.AliasActionsRequest to take one or more actions on one or more indexes and alias combinations. -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.alias.get
Classes in org.elasticsearch.action.admin.indices.alias.get that implement IndicesRequest Modifier and Type Class Description classGetAliasesRequest -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.analyze
Classes in org.elasticsearch.action.admin.indices.analyze that implement IndicesRequest Modifier and Type Class Description static classAnalyzeAction.RequestA request to analyze a text associated with a specific index. -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.cache.clear
Classes in org.elasticsearch.action.admin.indices.cache.clear that implement IndicesRequest Modifier and Type Class Description classClearIndicesCacheRequest -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.close
Classes in org.elasticsearch.action.admin.indices.close that implement IndicesRequest Modifier and Type Class Description classCloseIndexRequestA request to close an index.static classTransportVerifyShardBeforeCloseAction.ShardRequest -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.create
Classes in org.elasticsearch.action.admin.indices.create that implement IndicesRequest Modifier and Type Class Description classCreateIndexRequestA request to create an index. -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.delete
Classes in org.elasticsearch.action.admin.indices.delete that implement IndicesRequest Modifier and Type Class Description classDeleteIndexRequestA request to delete an index. -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.exists.indices
Classes in org.elasticsearch.action.admin.indices.exists.indices that implement IndicesRequest Modifier and Type Class Description classIndicesExistsRequest -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.exists.types
Classes in org.elasticsearch.action.admin.indices.exists.types that implement IndicesRequest Modifier and Type Class Description classTypesExistsRequest -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.flush
Classes in org.elasticsearch.action.admin.indices.flush that implement IndicesRequest Modifier and Type Class Description classFlushRequestA flush request to flush one or more indices.classShardFlushRequestclassSyncedFlushRequestA synced flush request to sync flush one or more indices. -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.forcemerge
Classes in org.elasticsearch.action.admin.indices.forcemerge that implement IndicesRequest Modifier and Type Class Description classForceMergeRequestA request to force merging the segments of one or more indices. -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.get
Classes in org.elasticsearch.action.admin.indices.get that implement IndicesRequest Modifier and Type Class Description classGetIndexRequestA request to retrieve information about an index. -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.mapping.get
Classes in org.elasticsearch.action.admin.indices.mapping.get that implement IndicesRequest Modifier and Type Class Description classGetFieldMappingsIndexRequestclassGetFieldMappingsRequestRequest the mappings of specific fields Note: there is a new class with the same name for the Java HLRC that uses a typeless format.classGetMappingsRequest -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.mapping.put
Classes in org.elasticsearch.action.admin.indices.mapping.put that implement IndicesRequest Modifier and Type Class Description classPutMappingRequestPuts mapping definition registered under a specific type into one or more indices. -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.open
Classes in org.elasticsearch.action.admin.indices.open that implement IndicesRequest Modifier and Type Class Description classOpenIndexRequestA request to open an index. -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.recovery
Classes in org.elasticsearch.action.admin.indices.recovery that implement IndicesRequest Modifier and Type Class Description classRecoveryRequestRequest for recovery information -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.refresh
Classes in org.elasticsearch.action.admin.indices.refresh that implement IndicesRequest Modifier and Type Class Description classRefreshRequestA refresh request making all operations performed since the last refresh available for search. -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.rollover
Classes in org.elasticsearch.action.admin.indices.rollover that implement IndicesRequest Modifier and Type Class Description classRolloverRequestRequest class to swap index under an alias upon satisfying conditions Note: there is a new class with the same name for the Java HLRC that uses a typeless format. -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.segments
Classes in org.elasticsearch.action.admin.indices.segments that implement IndicesRequest Modifier and Type Class Description classIndicesSegmentsRequest -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.settings.get
Classes in org.elasticsearch.action.admin.indices.settings.get that implement IndicesRequest Modifier and Type Class Description classGetSettingsRequest -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.settings.put
Classes in org.elasticsearch.action.admin.indices.settings.put that implement IndicesRequest Modifier and Type Class Description classUpdateSettingsRequestRequest for an update index settings action -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.shards
Classes in org.elasticsearch.action.admin.indices.shards that implement IndicesRequest Modifier and Type Class Description classIndicesShardStoresRequestRequest forIndicesShardStoresAction -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.shrink
Classes in org.elasticsearch.action.admin.indices.shrink that implement IndicesRequest Modifier and Type Class Description classResizeRequestRequest class to shrink an index into a single shard -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.stats
Classes in org.elasticsearch.action.admin.indices.stats that implement IndicesRequest Modifier and Type Class Description classIndicesStatsRequestA request to get indices level stats. -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.template.put
Classes in org.elasticsearch.action.admin.indices.template.put that implement IndicesRequest Modifier and Type Class Description classPutIndexTemplateRequestA request to create an index template. -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.upgrade.get
Classes in org.elasticsearch.action.admin.indices.upgrade.get that implement IndicesRequest Modifier and Type Class Description classUpgradeStatusRequest -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.upgrade.post
Classes in org.elasticsearch.action.admin.indices.upgrade.post that implement IndicesRequest Modifier and Type Class Description classUpgradeRequestA request to upgrade one or more indices. -
Uses of IndicesRequest in org.elasticsearch.action.admin.indices.validate.query
Classes in org.elasticsearch.action.admin.indices.validate.query that implement IndicesRequest Modifier and Type Class Description classShardValidateQueryRequestInternal validate request executed directly against a specific index shard.classValidateQueryRequestA request to validate a specific query. -
Uses of IndicesRequest in org.elasticsearch.action.bulk
Classes in org.elasticsearch.action.bulk that implement IndicesRequest Modifier and Type Class Description classBulkShardRequest -
Uses of IndicesRequest in org.elasticsearch.action.delete
Classes in org.elasticsearch.action.delete that implement IndicesRequest Modifier and Type Class Description classDeleteRequestA request to delete a document from an index based on its type and id. -
Uses of IndicesRequest in org.elasticsearch.action.explain
Classes in org.elasticsearch.action.explain that implement IndicesRequest Modifier and Type Class Description classExplainRequestExplain request encapsulating the explain query and document identifier to get an explanation for. -
Uses of IndicesRequest in org.elasticsearch.action.fieldcaps
Classes in org.elasticsearch.action.fieldcaps that implement IndicesRequest Modifier and Type Class Description classFieldCapabilitiesIndexRequestclassFieldCapabilitiesRequest -
Uses of IndicesRequest in org.elasticsearch.action.get
Classes in org.elasticsearch.action.get that implement IndicesRequest Modifier and Type Class Description classGetRequestA request to get a document (its source) from an index based on its id.static classMultiGetRequest.ItemA single get item.classMultiGetShardRequest -
Uses of IndicesRequest in org.elasticsearch.action.index
Classes in org.elasticsearch.action.index that implement IndicesRequest Modifier and Type Class Description classIndexRequestIndex request to index a typed JSON document into a specific index and make it searchable. -
Uses of IndicesRequest in org.elasticsearch.action.resync
Classes in org.elasticsearch.action.resync that implement IndicesRequest Modifier and Type Class Description classResyncReplicationRequestRepresents a batch of operations sent from the primary to its replicas during the primary-replica resync. -
Uses of IndicesRequest in org.elasticsearch.action.search
Classes in org.elasticsearch.action.search that implement IndicesRequest Modifier and Type Class Description classSearchRequestA request to execute search against one or more indices (or all). -
Uses of IndicesRequest in org.elasticsearch.action.support.broadcast
Classes in org.elasticsearch.action.support.broadcast that implement IndicesRequest Modifier and Type Class Description classBroadcastRequest<Request extends BroadcastRequest<Request>>classBroadcastShardRequest -
Uses of IndicesRequest in org.elasticsearch.action.support.broadcast.node
Classes in org.elasticsearch.action.support.broadcast.node that implement IndicesRequest Modifier and Type Class Description classTransportBroadcastByNodeAction.NodeRequest -
Uses of IndicesRequest in org.elasticsearch.action.support.master.info
Classes in org.elasticsearch.action.support.master.info that implement IndicesRequest Modifier and Type Class Description classClusterInfoRequest<Request extends ClusterInfoRequest<Request>> -
Uses of IndicesRequest in org.elasticsearch.action.support.replication
Classes in org.elasticsearch.action.support.replication that implement IndicesRequest Modifier and Type Class Description classBasicReplicationRequestA replication request that has no more information than ReplicationRequest.classReplicatedWriteRequest<R extends ReplicatedWriteRequest<R>>Requests that are both ReplicationRequests (run on a shard's primary first, then the replica) and WriteRequest (modify documents on a shard), for exampleBulkShardRequest,IndexRequest, andDeleteRequest.classReplicationRequest<Request extends ReplicationRequest<Request>>Requests that are run on a particular replica, first on the primary and then on the replicas likeIndexRequestorTransportShardRefreshAction. -
Uses of IndicesRequest in org.elasticsearch.action.support.single.instance
Classes in org.elasticsearch.action.support.single.instance that implement IndicesRequest Modifier and Type Class Description classInstanceShardOperationRequest<Request extends InstanceShardOperationRequest<Request>> -
Uses of IndicesRequest in org.elasticsearch.action.support.single.shard
Classes in org.elasticsearch.action.support.single.shard that implement IndicesRequest Modifier and Type Class Description classSingleShardRequest<Request extends SingleShardRequest<Request>> -
Uses of IndicesRequest in org.elasticsearch.action.termvectors
Classes in org.elasticsearch.action.termvectors that implement IndicesRequest Modifier and Type Class Description classMultiTermVectorsShardRequestclassTermVectorsRequestRequest returning the term vector (doc frequency, positions, offsets) for a document. -
Uses of IndicesRequest in org.elasticsearch.action.update
Classes in org.elasticsearch.action.update that implement IndicesRequest Modifier and Type Class Description classUpdateRequest -
Uses of IndicesRequest in org.elasticsearch.client.core
Classes in org.elasticsearch.client.core that implement IndicesRequest Modifier and Type Class Description classCountRequestEncapsulates a request to _count API against one, several or all indices. -
Uses of IndicesRequest in org.elasticsearch.client.graph
Classes in org.elasticsearch.client.graph that implement IndicesRequest Modifier and Type Class Description classGraphExploreRequestHolds the criteria required to guide the exploration of connected terms which can be returned as a graph. -
Uses of IndicesRequest in org.elasticsearch.client.indices
Classes in org.elasticsearch.client.indices that implement IndicesRequest Modifier and Type Class Description classPutIndexTemplateRequestA request to create an index template.classPutMappingRequestPut a mapping definition into one or more indices. -
Uses of IndicesRequest in org.elasticsearch.cluster.action.index
Classes in org.elasticsearch.cluster.action.index that implement IndicesRequest Modifier and Type Class Description static classNodeMappingRefreshAction.NodeMappingRefreshRequest -
Uses of IndicesRequest in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata with parameters of type IndicesRequest Modifier and Type Method Description String[]IndexNameExpressionResolver. concreteIndexNames(ClusterState state, IndicesRequest request)Same asIndexNameExpressionResolver.concreteIndexNames(ClusterState, IndicesOptions, String...), but the index expressions and options are encapsulated in the specified request.Index[]IndexNameExpressionResolver. concreteIndices(ClusterState state, IndicesRequest request)Same asIndexNameExpressionResolver.concreteIndices(ClusterState, IndicesOptions, String...), but the index expressions and options are encapsulated in the specified request.IndexIndexNameExpressionResolver. concreteSingleIndex(ClusterState state, IndicesRequest request)Utility method that allows to resolve an index expression to its corresponding single concrete index.IndexIndexNameExpressionResolver. concreteWriteIndex(ClusterState state, IndicesRequest request)Utility method that allows to resolve an index expression to its corresponding single write index. -
Uses of IndicesRequest in org.elasticsearch.index.rankeval
Classes in org.elasticsearch.index.rankeval that implement IndicesRequest Modifier and Type Class Description classRankEvalRequestRequest to perform a search ranking evaluation. -
Uses of IndicesRequest in org.elasticsearch.index.reindex
Classes in org.elasticsearch.index.reindex that implement IndicesRequest Modifier and Type Class Description classDeleteByQueryRequestCreates a newDeleteByQueryRequestthat uses scrolling and bulk requests to delete all documents matching the query.classUpdateByQueryRequestRequest to update some documents.Methods in org.elasticsearch.index.reindex that return IndicesRequest Modifier and Type Method Description IndicesRequestDeleteByQueryRequest. indices(String... indices)IndicesRequestUpdateByQueryRequest. indices(String... indices) -
Uses of IndicesRequest in org.elasticsearch.index.seqno
Classes in org.elasticsearch.index.seqno that implement IndicesRequest Modifier and Type Class Description static classGlobalCheckpointSyncAction.Requeststatic classRetentionLeaseActions.AddRequeststatic classRetentionLeaseActions.RemoveRequeststatic classRetentionLeaseActions.RenewRequeststatic classRetentionLeaseBackgroundSyncAction.Requeststatic classRetentionLeaseSyncAction.Request -
Uses of IndicesRequest in org.elasticsearch.search.fetch
Classes in org.elasticsearch.search.fetch that implement IndicesRequest Modifier and Type Class Description classShardFetchSearchRequestShard level fetch request used with search. -
Uses of IndicesRequest in org.elasticsearch.search.internal
Classes in org.elasticsearch.search.internal that implement IndicesRequest Modifier and Type Class Description classShardSearchRequestShard level request that represents a search. -
Uses of IndicesRequest in org.elasticsearch.search.query
Classes in org.elasticsearch.search.query that implement IndicesRequest Modifier and Type Class Description classQuerySearchRequest
-