Uses of Interface
org.elasticsearch.action.IndicesRequest.Replaceable
-
-
Uses of IndicesRequest.Replaceable in org.elasticsearch.action
Subinterfaces of IndicesRequest.Replaceable 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. -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.cluster.health
Classes in org.elasticsearch.action.admin.cluster.health that implement IndicesRequest.Replaceable Modifier and Type Class Description classClusterHealthRequest -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.cluster.shards
Classes in org.elasticsearch.action.admin.cluster.shards that implement IndicesRequest.Replaceable Modifier and Type Class Description classClusterSearchShardsRequest -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.cluster.snapshots.create
Classes in org.elasticsearch.action.admin.cluster.snapshots.create that implement IndicesRequest.Replaceable Modifier and Type Class Description classCreateSnapshotRequestCreate snapshot request -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.cluster.state
Classes in org.elasticsearch.action.admin.cluster.state that implement IndicesRequest.Replaceable Modifier and Type Class Description classClusterStateRequest -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.alias
Classes in org.elasticsearch.action.admin.indices.alias that implement IndicesRequest.Replaceable 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.Replaceable in org.elasticsearch.action.admin.indices.alias.get
Classes in org.elasticsearch.action.admin.indices.alias.get that implement IndicesRequest.Replaceable Modifier and Type Class Description classGetAliasesRequest -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.cache.clear
Classes in org.elasticsearch.action.admin.indices.cache.clear that implement IndicesRequest.Replaceable Modifier and Type Class Description classClearIndicesCacheRequest -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.close
Classes in org.elasticsearch.action.admin.indices.close that implement IndicesRequest.Replaceable Modifier and Type Class Description classCloseIndexRequestA request to close an index. -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.delete
Classes in org.elasticsearch.action.admin.indices.delete that implement IndicesRequest.Replaceable Modifier and Type Class Description classDeleteIndexRequestA request to delete an index. -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.exists.indices
Classes in org.elasticsearch.action.admin.indices.exists.indices that implement IndicesRequest.Replaceable Modifier and Type Class Description classIndicesExistsRequest -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.exists.types
Classes in org.elasticsearch.action.admin.indices.exists.types that implement IndicesRequest.Replaceable Modifier and Type Class Description classTypesExistsRequest -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.flush
Classes in org.elasticsearch.action.admin.indices.flush that implement IndicesRequest.Replaceable Modifier and Type Class Description classFlushRequestA flush request to flush one or more indices.classSyncedFlushRequestA synced flush request to sync flush one or more indices. -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.forcemerge
Classes in org.elasticsearch.action.admin.indices.forcemerge that implement IndicesRequest.Replaceable Modifier and Type Class Description classForceMergeRequestA request to force merging the segments of one or more indices. -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.get
Classes in org.elasticsearch.action.admin.indices.get that implement IndicesRequest.Replaceable Modifier and Type Class Description classGetIndexRequestA request to retrieve information about an index. -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.mapping.get
Classes in org.elasticsearch.action.admin.indices.mapping.get that implement IndicesRequest.Replaceable Modifier and Type Class Description classGetFieldMappingsRequestRequest 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.Replaceable in org.elasticsearch.action.admin.indices.mapping.put
Classes in org.elasticsearch.action.admin.indices.mapping.put that implement IndicesRequest.Replaceable Modifier and Type Class Description classPutMappingRequestPuts mapping definition registered under a specific type into one or more indices. -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.open
Classes in org.elasticsearch.action.admin.indices.open that implement IndicesRequest.Replaceable Modifier and Type Class Description classOpenIndexRequestA request to open an index. -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.recovery
Classes in org.elasticsearch.action.admin.indices.recovery that implement IndicesRequest.Replaceable Modifier and Type Class Description classRecoveryRequestRequest for recovery information -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.refresh
Classes in org.elasticsearch.action.admin.indices.refresh that implement IndicesRequest.Replaceable Modifier and Type Class Description classRefreshRequestA refresh request making all operations performed since the last refresh available for search. -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.segments
Classes in org.elasticsearch.action.admin.indices.segments that implement IndicesRequest.Replaceable Modifier and Type Class Description classIndicesSegmentsRequest -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.settings.get
Classes in org.elasticsearch.action.admin.indices.settings.get that implement IndicesRequest.Replaceable Modifier and Type Class Description classGetSettingsRequest -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.settings.put
Classes in org.elasticsearch.action.admin.indices.settings.put that implement IndicesRequest.Replaceable Modifier and Type Class Description classUpdateSettingsRequestRequest for an update index settings action -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.shards
Classes in org.elasticsearch.action.admin.indices.shards that implement IndicesRequest.Replaceable Modifier and Type Class Description classIndicesShardStoresRequestRequest forIndicesShardStoresAction -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.stats
Classes in org.elasticsearch.action.admin.indices.stats that implement IndicesRequest.Replaceable Modifier and Type Class Description classIndicesStatsRequestA request to get indices level stats. -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.upgrade.get
Classes in org.elasticsearch.action.admin.indices.upgrade.get that implement IndicesRequest.Replaceable Modifier and Type Class Description classUpgradeStatusRequest -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.upgrade.post
Classes in org.elasticsearch.action.admin.indices.upgrade.post that implement IndicesRequest.Replaceable Modifier and Type Class Description classUpgradeRequestA request to upgrade one or more indices. -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.admin.indices.validate.query
Classes in org.elasticsearch.action.admin.indices.validate.query that implement IndicesRequest.Replaceable Modifier and Type Class Description classValidateQueryRequestA request to validate a specific query. -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.fieldcaps
Classes in org.elasticsearch.action.fieldcaps that implement IndicesRequest.Replaceable Modifier and Type Class Description classFieldCapabilitiesRequest -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.search
Classes in org.elasticsearch.action.search that implement IndicesRequest.Replaceable Modifier and Type Class Description classSearchRequestA request to execute search against one or more indices (or all). -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.support.broadcast
Classes in org.elasticsearch.action.support.broadcast that implement IndicesRequest.Replaceable Modifier and Type Class Description classBroadcastRequest<Request extends BroadcastRequest<Request>> -
Uses of IndicesRequest.Replaceable in org.elasticsearch.action.support.master.info
Classes in org.elasticsearch.action.support.master.info that implement IndicesRequest.Replaceable Modifier and Type Class Description classClusterInfoRequest<Request extends ClusterInfoRequest<Request>> -
Uses of IndicesRequest.Replaceable in org.elasticsearch.client.core
Classes in org.elasticsearch.client.core that implement IndicesRequest.Replaceable Modifier and Type Class Description classCountRequestEncapsulates a request to _count API against one, several or all indices. -
Uses of IndicesRequest.Replaceable in org.elasticsearch.client.graph
Classes in org.elasticsearch.client.graph that implement IndicesRequest.Replaceable 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.Replaceable in org.elasticsearch.index.rankeval
Classes in org.elasticsearch.index.rankeval that implement IndicesRequest.Replaceable Modifier and Type Class Description classRankEvalRequestRequest to perform a search ranking evaluation. -
Uses of IndicesRequest.Replaceable in org.elasticsearch.index.reindex
Classes in org.elasticsearch.index.reindex that implement IndicesRequest.Replaceable 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.
-