Uses of Class
org.elasticsearch.action.support.IndicesOptions
-
-
Uses of IndicesOptions in org.elasticsearch.action
Methods in org.elasticsearch.action that return IndicesOptions Modifier and Type Method Description IndicesOptionsDocWriteRequest. indicesOptions()Get the options for this requestIndicesOptionsIndicesRequest. indicesOptions()Returns the indices options used to resolve indices.IndicesOptionsOriginalIndices. indicesOptions()Constructors in org.elasticsearch.action with parameters of type IndicesOptions Constructor Description OriginalIndices(String[] indices, IndicesOptions indicesOptions) -
Uses of IndicesOptions in org.elasticsearch.action.admin.cluster.health
Methods in org.elasticsearch.action.admin.cluster.health that return IndicesOptions Modifier and Type Method Description IndicesOptionsClusterHealthRequest. indicesOptions()Methods in org.elasticsearch.action.admin.cluster.health with parameters of type IndicesOptions Modifier and Type Method Description ClusterHealthRequestClusterHealthRequest. indicesOptions(IndicesOptions indicesOptions)ClusterHealthRequestBuilderClusterHealthRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions) -
Uses of IndicesOptions in org.elasticsearch.action.admin.cluster.shards
Methods in org.elasticsearch.action.admin.cluster.shards that return IndicesOptions Modifier and Type Method Description IndicesOptionsClusterSearchShardsRequest. indicesOptions()Methods in org.elasticsearch.action.admin.cluster.shards with parameters of type IndicesOptions Modifier and Type Method Description ClusterSearchShardsRequestClusterSearchShardsRequest. indicesOptions(IndicesOptions indicesOptions)ClusterSearchShardsRequestBuilderClusterSearchShardsRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal indices wildcard expressions. -
Uses of IndicesOptions in org.elasticsearch.action.admin.cluster.snapshots.create
Methods in org.elasticsearch.action.admin.cluster.snapshots.create that return IndicesOptions Modifier and Type Method Description IndicesOptionsCreateSnapshotRequest. indicesOptions()Specifies the indices options.Methods in org.elasticsearch.action.admin.cluster.snapshots.create with parameters of type IndicesOptions Modifier and Type Method Description CreateSnapshotRequestCreateSnapshotRequest. indicesOptions(IndicesOptions indicesOptions)Specifies the indices options.CreateSnapshotRequestBuilderCreateSnapshotRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions)Specifies the indices options. -
Uses of IndicesOptions in org.elasticsearch.action.admin.cluster.snapshots.restore
Methods in org.elasticsearch.action.admin.cluster.snapshots.restore that return IndicesOptions Modifier and Type Method Description IndicesOptionsRestoreSnapshotRequest. indicesOptions()Specifies what type of requested indices to ignore and how to deal with wildcard expressions.Methods in org.elasticsearch.action.admin.cluster.snapshots.restore with parameters of type IndicesOptions Modifier and Type Method Description RestoreSnapshotRequestRestoreSnapshotRequest. indicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal with wildcard expressions.RestoreSnapshotRequestBuilderRestoreSnapshotRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal with wildcard expressions. -
Uses of IndicesOptions in org.elasticsearch.action.admin.cluster.state
Methods in org.elasticsearch.action.admin.cluster.state that return IndicesOptions Modifier and Type Method Description IndicesOptionsClusterStateRequest. indicesOptions()Methods in org.elasticsearch.action.admin.cluster.state with parameters of type IndicesOptions Modifier and Type Method Description ClusterStateRequestClusterStateRequest. indicesOptions(IndicesOptions indicesOptions)ClusterStateRequestBuilderClusterStateRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions) -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.alias
Methods in org.elasticsearch.action.admin.indices.alias that return IndicesOptions Modifier and Type Method Description IndicesOptionsIndicesAliasesRequest.AliasActions. indicesOptions()IndicesOptionsIndicesAliasesRequest. indicesOptions() -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.alias.get
Methods in org.elasticsearch.action.admin.indices.alias.get that return IndicesOptions Modifier and Type Method Description IndicesOptionsGetAliasesRequest. indicesOptions()Methods in org.elasticsearch.action.admin.indices.alias.get with parameters of type IndicesOptions Modifier and Type Method Description GetAliasesRequestGetAliasesRequest. indicesOptions(IndicesOptions indicesOptions)BuilderBaseAliasesRequestBuilder. setIndicesOptions(IndicesOptions options)Specifies what type of requested indices to ignore and wildcard indices expressions. -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.close
Methods in org.elasticsearch.action.admin.indices.close that return IndicesOptions Modifier and Type Method Description IndicesOptionsCloseIndexRequest. indicesOptions()Specifies what type of requested indices to ignore and how to deal with wildcard expressions.Methods in org.elasticsearch.action.admin.indices.close with parameters of type IndicesOptions Modifier and Type Method Description CloseIndexRequestCloseIndexRequest. indicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal wild wildcard expressions.CloseIndexRequestBuilderCloseIndexRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and wildcard indices expressions For example indices that don't exist. -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.create
Methods in org.elasticsearch.action.admin.indices.create that return IndicesOptions Modifier and Type Method Description IndicesOptionsCreateIndexRequest. indicesOptions() -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.delete
Methods in org.elasticsearch.action.admin.indices.delete that return IndicesOptions Modifier and Type Method Description IndicesOptionsDeleteIndexRequest. indicesOptions()Methods in org.elasticsearch.action.admin.indices.delete with parameters of type IndicesOptions Modifier and Type Method Description DeleteIndexRequestDeleteIndexRequest. indicesOptions(IndicesOptions indicesOptions)DeleteIndexRequestBuilderDeleteIndexRequestBuilder. setIndicesOptions(IndicesOptions options)Specifies what type of requested indices to ignore and wildcard indices expressions. -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.exists.indices
Methods in org.elasticsearch.action.admin.indices.exists.indices that return IndicesOptions Modifier and Type Method Description IndicesOptionsIndicesExistsRequest. indicesOptions() -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.exists.types
Methods in org.elasticsearch.action.admin.indices.exists.types that return IndicesOptions Modifier and Type Method Description IndicesOptionsTypesExistsRequest. indicesOptions()Methods in org.elasticsearch.action.admin.indices.exists.types with parameters of type IndicesOptions Modifier and Type Method Description TypesExistsRequestTypesExistsRequest. indicesOptions(IndicesOptions indicesOptions)TypesExistsRequestBuilderTypesExistsRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions)Deprecated. -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.flush
Methods in org.elasticsearch.action.admin.indices.flush with parameters of type IndicesOptions Modifier and Type Method Description SyncedFlushRequestBuilderSyncedFlushRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions) -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.mapping.get
Methods in org.elasticsearch.action.admin.indices.mapping.get that return IndicesOptions Modifier and Type Method Description IndicesOptionsGetFieldMappingsIndexRequest. indicesOptions()IndicesOptionsGetFieldMappingsRequest. indicesOptions()Methods in org.elasticsearch.action.admin.indices.mapping.get with parameters of type IndicesOptions Modifier and Type Method Description GetFieldMappingsRequestGetFieldMappingsRequest. indicesOptions(IndicesOptions indicesOptions)GetFieldMappingsRequestBuilderGetFieldMappingsRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions) -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.mapping.put
Methods in org.elasticsearch.action.admin.indices.mapping.put that return IndicesOptions Modifier and Type Method Description IndicesOptionsPutMappingRequest. indicesOptions()Methods in org.elasticsearch.action.admin.indices.mapping.put with parameters of type IndicesOptions Modifier and Type Method Description PutMappingRequestPutMappingRequest. indicesOptions(IndicesOptions indicesOptions)PutMappingRequestBuilderPutMappingRequestBuilder. setIndicesOptions(IndicesOptions options)Specifies what type of requested indices to ignore and wildcard indices expressions. -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.open
Methods in org.elasticsearch.action.admin.indices.open that return IndicesOptions Modifier and Type Method Description IndicesOptionsOpenIndexRequest. indicesOptions()Specifies what type of requested indices to ignore and how to deal with wildcard expressions.Methods in org.elasticsearch.action.admin.indices.open with parameters of type IndicesOptions Modifier and Type Method Description OpenIndexRequestOpenIndexRequest. indicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal with wildcard expressions.OpenIndexRequestBuilderOpenIndexRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal with wildcard indices expressions. -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.rollover
Methods in org.elasticsearch.action.admin.indices.rollover that return IndicesOptions Modifier and Type Method Description IndicesOptionsRolloverRequest. indicesOptions() -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.settings.get
Methods in org.elasticsearch.action.admin.indices.settings.get that return IndicesOptions Modifier and Type Method Description IndicesOptionsGetSettingsRequest. indicesOptions()Methods in org.elasticsearch.action.admin.indices.settings.get with parameters of type IndicesOptions Modifier and Type Method Description GetSettingsRequestGetSettingsRequest. indicesOptions(IndicesOptions indicesOptions)GetSettingsRequestBuilderGetSettingsRequestBuilder. setIndicesOptions(IndicesOptions options)Specifies what type of requested indices to ignore and wildcard indices expressions. -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.settings.put
Methods in org.elasticsearch.action.admin.indices.settings.put that return IndicesOptions Modifier and Type Method Description IndicesOptionsUpdateSettingsRequest. indicesOptions()Methods in org.elasticsearch.action.admin.indices.settings.put with parameters of type IndicesOptions Modifier and Type Method Description UpdateSettingsRequestUpdateSettingsRequest. indicesOptions(IndicesOptions indicesOptions)UpdateSettingsRequestBuilderUpdateSettingsRequestBuilder. setIndicesOptions(IndicesOptions options)Specifies what type of requested indices to ignore and wildcard indices expressions. -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.shards
Methods in org.elasticsearch.action.admin.indices.shards that return IndicesOptions Modifier and Type Method Description IndicesOptionsIndicesShardStoresRequest. indicesOptions()Methods in org.elasticsearch.action.admin.indices.shards with parameters of type IndicesOptions Modifier and Type Method Description IndicesShardStoresRequestIndicesShardStoresRequest. indicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and wildcard indices expressions By default, expands wildcards to both open and closed indicesIndicesShardStoreRequestBuilderIndicesShardStoreRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and wildcard indices expressions By default, expands wildcards to both open and closed indices -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.shrink
Methods in org.elasticsearch.action.admin.indices.shrink that return IndicesOptions Modifier and Type Method Description IndicesOptionsResizeRequest. indicesOptions() -
Uses of IndicesOptions in org.elasticsearch.action.admin.indices.template.put
Methods in org.elasticsearch.action.admin.indices.template.put that return IndicesOptions Modifier and Type Method Description IndicesOptionsPutIndexTemplateRequest. indicesOptions() -
Uses of IndicesOptions in org.elasticsearch.action.fieldcaps
Methods in org.elasticsearch.action.fieldcaps that return IndicesOptions Modifier and Type Method Description IndicesOptionsFieldCapabilitiesIndexRequest. indicesOptions()IndicesOptionsFieldCapabilitiesRequest. indicesOptions()Methods in org.elasticsearch.action.fieldcaps with parameters of type IndicesOptions Modifier and Type Method Description FieldCapabilitiesRequestFieldCapabilitiesRequest. indicesOptions(IndicesOptions indicesOptions) -
Uses of IndicesOptions in org.elasticsearch.action.get
Methods in org.elasticsearch.action.get that return IndicesOptions Modifier and Type Method Description IndicesOptionsMultiGetRequest.Item. indicesOptions() -
Uses of IndicesOptions in org.elasticsearch.action.search
Fields in org.elasticsearch.action.search declared as IndicesOptions Modifier and Type Field Description static IndicesOptionsSearchRequest. DEFAULT_INDICES_OPTIONSMethods in org.elasticsearch.action.search that return IndicesOptions Modifier and Type Method Description IndicesOptionsMultiSearchRequest. indicesOptions()IndicesOptionsSearchRequest. indicesOptions()Methods in org.elasticsearch.action.search with parameters of type IndicesOptions Modifier and Type Method Description MultiSearchRequestMultiSearchRequest. indicesOptions(IndicesOptions indicesOptions)SearchRequestSearchRequest. indicesOptions(IndicesOptions indicesOptions)static voidMultiSearchRequest. readMultiLineFormat(BytesReference data, XContent xContent, CheckedBiConsumer<SearchRequest,XContentParser,IOException> consumer, String[] indices, IndicesOptions indicesOptions, String[] types, String routing, String searchType, Boolean ccsMinimizeRoundtrips, NamedXContentRegistry registry, boolean allowExplicitIndex, DeprecationLogger deprecationLogger)MultiSearchRequestBuilderMultiSearchRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal with wildcard indices expressions.SearchRequestBuilderSearchRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and wildcard indices expressions. -
Uses of IndicesOptions in org.elasticsearch.action.support
Fields in org.elasticsearch.action.support declared as IndicesOptions Modifier and Type Field Description static IndicesOptionsIndicesOptions. LENIENT_EXPAND_OPENstatic IndicesOptionsIndicesOptions. LENIENT_EXPAND_OPEN_CLOSEDstatic IndicesOptionsIndicesOptions. STRICT_EXPAND_OPENstatic IndicesOptionsIndicesOptions. STRICT_EXPAND_OPEN_CLOSEDstatic IndicesOptionsIndicesOptions. STRICT_EXPAND_OPEN_FORBID_CLOSEDstatic IndicesOptionsIndicesOptions. STRICT_EXPAND_OPEN_FORBID_CLOSED_IGNORE_THROTTLEDstatic IndicesOptionsIndicesOptions. STRICT_SINGLE_INDEX_NO_EXPAND_FORBID_CLOSEDMethods in org.elasticsearch.action.support that return IndicesOptions Modifier and Type Method Description static IndicesOptionsIndicesOptions. fromMap(Map<String,Object> map, IndicesOptions defaultSettings)static IndicesOptionsIndicesOptions. fromOptions(boolean ignoreUnavailable, boolean allowNoIndices, boolean expandToOpenIndices, boolean expandToClosedIndices)static IndicesOptionsIndicesOptions. fromOptions(boolean ignoreUnavailable, boolean allowNoIndices, boolean expandToOpenIndices, boolean expandToClosedIndices, boolean allowAliasesToMultipleIndices, boolean forbidClosedIndices, boolean ignoreAliases, boolean ignoreThrottled)static IndicesOptionsIndicesOptions. fromOptions(boolean ignoreUnavailable, boolean allowNoIndices, boolean expandToOpenIndices, boolean expandToClosedIndices, IndicesOptions defaultOptions)static IndicesOptionsIndicesOptions. fromParameters(Object wildcardsString, Object ignoreUnavailableString, Object allowNoIndicesString, Object ignoreThrottled, IndicesOptions defaultSettings)static IndicesOptionsIndicesOptions. fromRequest(RestRequest request, IndicesOptions defaultSettings)static IndicesOptionsIndicesOptions. lenientExpand()static IndicesOptionsIndicesOptions. lenientExpandOpen()static IndicesOptionsIndicesOptions. readIndicesOptions(StreamInput in)static IndicesOptionsIndicesOptions. strictExpand()static IndicesOptionsIndicesOptions. strictExpandOpen()static IndicesOptionsIndicesOptions. strictExpandOpenAndForbidClosed()static IndicesOptionsIndicesOptions. strictExpandOpenAndForbidClosedIgnoreThrottled()static IndicesOptionsIndicesOptions. strictSingleIndexNoExpandForbidClosed()Methods in org.elasticsearch.action.support with parameters of type IndicesOptions Modifier and Type Method Description static IndicesOptionsIndicesOptions. fromMap(Map<String,Object> map, IndicesOptions defaultSettings)static IndicesOptionsIndicesOptions. fromOptions(boolean ignoreUnavailable, boolean allowNoIndices, boolean expandToOpenIndices, boolean expandToClosedIndices, IndicesOptions defaultOptions)static IndicesOptionsIndicesOptions. fromParameters(Object wildcardsString, Object ignoreUnavailableString, Object allowNoIndicesString, Object ignoreThrottled, IndicesOptions defaultSettings)static IndicesOptionsIndicesOptions. fromRequest(RestRequest request, IndicesOptions defaultSettings) -
Uses of IndicesOptions in org.elasticsearch.action.support.broadcast
Methods in org.elasticsearch.action.support.broadcast that return IndicesOptions Modifier and Type Method Description IndicesOptionsBroadcastRequest. indicesOptions()IndicesOptionsBroadcastShardRequest. indicesOptions()Methods in org.elasticsearch.action.support.broadcast with parameters of type IndicesOptions Modifier and Type Method Description RequestBroadcastRequest. indicesOptions(IndicesOptions indicesOptions)RequestBuilderBroadcastOperationRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions)Constructors in org.elasticsearch.action.support.broadcast with parameters of type IndicesOptions Constructor Description BroadcastRequest(String[] indices, IndicesOptions indicesOptions) -
Uses of IndicesOptions in org.elasticsearch.action.support.broadcast.node
Methods in org.elasticsearch.action.support.broadcast.node that return IndicesOptions Modifier and Type Method Description IndicesOptionsTransportBroadcastByNodeAction.NodeRequest. indicesOptions() -
Uses of IndicesOptions in org.elasticsearch.action.support.master.info
Methods in org.elasticsearch.action.support.master.info that return IndicesOptions Modifier and Type Method Description IndicesOptionsClusterInfoRequest. indicesOptions()Methods in org.elasticsearch.action.support.master.info with parameters of type IndicesOptions Modifier and Type Method Description RequestClusterInfoRequest. indicesOptions(IndicesOptions indicesOptions)BuilderClusterInfoRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions) -
Uses of IndicesOptions in org.elasticsearch.action.support.replication
Methods in org.elasticsearch.action.support.replication that return IndicesOptions Modifier and Type Method Description IndicesOptionsReplicationRequest. indicesOptions() -
Uses of IndicesOptions in org.elasticsearch.action.support.single.instance
Methods in org.elasticsearch.action.support.single.instance that return IndicesOptions Modifier and Type Method Description IndicesOptionsInstanceShardOperationRequest. indicesOptions() -
Uses of IndicesOptions in org.elasticsearch.action.support.single.shard
Fields in org.elasticsearch.action.support.single.shard declared as IndicesOptions Modifier and Type Field Description static IndicesOptionsSingleShardRequest. INDICES_OPTIONSMethods in org.elasticsearch.action.support.single.shard that return IndicesOptions Modifier and Type Method Description IndicesOptionsSingleShardRequest. indicesOptions() -
Uses of IndicesOptions in org.elasticsearch.client.core
Methods in org.elasticsearch.client.core that return IndicesOptions Modifier and Type Method Description IndicesOptionsCountRequest. indicesOptions()Methods in org.elasticsearch.client.core with parameters of type IndicesOptions Modifier and Type Method Description CountRequestCountRequest. indicesOptions(IndicesOptions indicesOptions)Returns the indices options used to resolve indices. -
Uses of IndicesOptions in org.elasticsearch.client.graph
Methods in org.elasticsearch.client.graph that return IndicesOptions Modifier and Type Method Description IndicesOptionsGraphExploreRequest. indicesOptions()Methods in org.elasticsearch.client.graph with parameters of type IndicesOptions Modifier and Type Method Description GraphExploreRequestGraphExploreRequest. indicesOptions(IndicesOptions indicesOptions) -
Uses of IndicesOptions in org.elasticsearch.client.indexlifecycle
Methods in org.elasticsearch.client.indexlifecycle that return IndicesOptions Modifier and Type Method Description IndicesOptionsExplainLifecycleRequest. indicesOptions()IndicesOptionsRemoveIndexLifecyclePolicyRequest. indicesOptions()Methods in org.elasticsearch.client.indexlifecycle with parameters of type IndicesOptions Modifier and Type Method Description ExplainLifecycleRequestExplainLifecycleRequest. indicesOptions(IndicesOptions indicesOptions)Constructors in org.elasticsearch.client.indexlifecycle with parameters of type IndicesOptions Constructor Description RemoveIndexLifecyclePolicyRequest(List<String> indices, IndicesOptions indicesOptions) -
Uses of IndicesOptions in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return IndicesOptions Modifier and Type Method Description IndicesOptionsCloseIndexRequest. indicesOptions()Specifies what type of requested indices to ignore and how to deal with wildcard expressions.IndicesOptionsFreezeIndexRequest. indicesOptions()Specifies what type of requested indices to ignore and how to deal with wildcard expressions.IndicesOptionsGetFieldMappingsRequest. indicesOptions()IndicesOptionsGetIndexRequest. indicesOptions()IndicesOptionsGetMappingsRequest. indicesOptions()IndicesOptionsPutIndexTemplateRequest. indicesOptions()IndicesOptionsPutMappingRequest. indicesOptions()IndicesOptionsReloadAnalyzersRequest. indicesOptions()Specifies what type of requested indices to ignore and how to deal with wildcard expressions.IndicesOptionsUnfreezeIndexRequest. indicesOptions()Specifies what type of requested indices to ignore and how to deal with wildcard expressions.Methods in org.elasticsearch.client.indices with parameters of type IndicesOptions Modifier and Type Method Description CloseIndexRequestCloseIndexRequest. indicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal with wildcard expressions.GetFieldMappingsRequestGetFieldMappingsRequest. indicesOptions(IndicesOptions indicesOptions)GetIndexRequestGetIndexRequest. indicesOptions(IndicesOptions indicesOptions)GetMappingsRequestGetMappingsRequest. indicesOptions(IndicesOptions indicesOptions)PutMappingRequestPutMappingRequest. indicesOptions(IndicesOptions indicesOptions)voidFreezeIndexRequest. setIndicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal with wildcard expressions.voidReloadAnalyzersRequest. setIndicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal with wildcard expressions.voidUnfreezeIndexRequest. setIndicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal with wildcard expressions. -
Uses of IndicesOptions in org.elasticsearch.client.rollup
Methods in org.elasticsearch.client.rollup that return IndicesOptions Modifier and Type Method Description IndicesOptionsGetRollupIndexCapsRequest. indicesOptions()Constructors in org.elasticsearch.client.rollup with parameters of type IndicesOptions Constructor Description GetRollupIndexCapsRequest(String[] indices, IndicesOptions options) -
Uses of IndicesOptions in org.elasticsearch.cluster.action.index
Methods in org.elasticsearch.cluster.action.index that return IndicesOptions Modifier and Type Method Description IndicesOptionsNodeMappingRefreshAction.NodeMappingRefreshRequest. indicesOptions() -
Uses of IndicesOptions in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata that return IndicesOptions Modifier and Type Method Description IndicesOptionsIndexNameExpressionResolver.Context. getOptions()Methods in org.elasticsearch.cluster.metadata with parameters of type IndicesOptions Modifier and Type Method Description String[]IndexNameExpressionResolver. concreteIndexNames(ClusterState state, IndicesOptions options, String... indexExpressions)Translates the provided index expression into actual concrete indices, properly deduplicated.Index[]IndexNameExpressionResolver. concreteIndices(ClusterState state, IndicesOptions options, long startTime, String... indexExpressions)Translates the provided index expression into actual concrete indices, properly deduplicated.Index[]IndexNameExpressionResolver. concreteIndices(ClusterState state, IndicesOptions options, String... indexExpressions)Translates the provided index expression into actual concrete indices, properly deduplicated.Constructors in org.elasticsearch.cluster.metadata with parameters of type IndicesOptions Constructor Description Context(ClusterState state, IndicesOptions options, long startTime, boolean preserveAliases, boolean resolveToWriteIndex) -
Uses of IndicesOptions in org.elasticsearch.index.rankeval
Methods in org.elasticsearch.index.rankeval that return IndicesOptions Modifier and Type Method Description IndicesOptionsRankEvalRequest. indicesOptions()Methods in org.elasticsearch.index.rankeval with parameters of type IndicesOptions Modifier and Type Method Description voidRankEvalRequest. indicesOptions(IndicesOptions indicesOptions) -
Uses of IndicesOptions in org.elasticsearch.index.reindex
Methods in org.elasticsearch.index.reindex that return IndicesOptions Modifier and Type Method Description IndicesOptionsDeleteByQueryRequest. indicesOptions()IndicesOptionsUpdateByQueryRequest. indicesOptions()Methods in org.elasticsearch.index.reindex with parameters of type IndicesOptions Modifier and Type Method Description DeleteByQueryRequestDeleteByQueryRequest. setIndicesOptions(IndicesOptions indicesOptions)Set the IndicesOptions for controlling unavailable indicesUpdateByQueryRequestUpdateByQueryRequest. setIndicesOptions(IndicesOptions indicesOptions)Set the IndicesOptions for controlling unavailable indices -
Uses of IndicesOptions in org.elasticsearch.indices.flush
Methods in org.elasticsearch.indices.flush with parameters of type IndicesOptions Modifier and Type Method Description voidSyncedFlushService. attemptSyncedFlush(String[] aliasesOrIndices, IndicesOptions indicesOptions, ActionListener<SyncedFlushResponse> listener)a utility method to perform a synced flush for all shards of multiple indices. -
Uses of IndicesOptions in org.elasticsearch.rest.action.search
Methods in org.elasticsearch.rest.action.search with parameters of type IndicesOptions Modifier and Type Method Description static voidRestMultiSearchAction. parseMultiLineRequest(RestRequest request, IndicesOptions indicesOptions, boolean allowExplicitIndex, CheckedBiConsumer<SearchRequest,XContentParser,IOException> consumer)Parses a multi-lineRestRequestbody, instantiating aSearchRequestfor each line and applying the given consumer. -
Uses of IndicesOptions in org.elasticsearch.script.mustache
Methods in org.elasticsearch.script.mustache that return IndicesOptions Modifier and Type Method Description IndicesOptionsMultiSearchTemplateRequest. indicesOptions()Methods in org.elasticsearch.script.mustache with parameters of type IndicesOptions Modifier and Type Method Description MultiSearchTemplateRequestMultiSearchTemplateRequest. indicesOptions(IndicesOptions indicesOptions) -
Uses of IndicesOptions in org.elasticsearch.search.fetch
Methods in org.elasticsearch.search.fetch that return IndicesOptions Modifier and Type Method Description IndicesOptionsShardFetchSearchRequest. indicesOptions() -
Uses of IndicesOptions in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return IndicesOptions Modifier and Type Method Description IndicesOptionsShardSearchRequest. indicesOptions() -
Uses of IndicesOptions in org.elasticsearch.search.query
Methods in org.elasticsearch.search.query that return IndicesOptions Modifier and Type Method Description IndicesOptionsQuerySearchRequest. indicesOptions() -
Uses of IndicesOptions in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots with parameters of type IndicesOptions Modifier and Type Method Description static List<String>SnapshotUtils. filterIndices(List<String> availableIndices, String[] selectedIndices, IndicesOptions indicesOptions)Filters out list of available indices based on the list of selected indices. -
Uses of IndicesOptions in org.elasticsearch.transport
Methods in org.elasticsearch.transport with parameters of type IndicesOptions Modifier and Type Method Description Map<String,OriginalIndices>RemoteClusterService. groupIndices(IndicesOptions indicesOptions, String[] indices, Predicate<String> indexExists)
-