Uses of Class
org.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder
-
Packages that use OpenIndexRequestBuilder Package Description org.elasticsearch.action.admin.indices.open org.elasticsearch.client -
-
Uses of OpenIndexRequestBuilder in org.elasticsearch.action.admin.indices.open
Methods in org.elasticsearch.action.admin.indices.open that return OpenIndexRequestBuilder Modifier and Type Method Description OpenIndexRequestBuilderOpenIndexRequestBuilder. setIndices(String... indices)Sets the indices to be openedOpenIndexRequestBuilderOpenIndexRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal with wildcard indices expressions.OpenIndexRequestBuilderOpenIndexRequestBuilder. setWaitForActiveShards(int waitForActiveShards)A shortcut forsetWaitForActiveShards(ActiveShardCount)where the numerical shard count is passed in, instead of having to first callActiveShardCount.from(int)to get the ActiveShardCount.OpenIndexRequestBuilderOpenIndexRequestBuilder. setWaitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that should be active for indices opening to return. -
Uses of OpenIndexRequestBuilder in org.elasticsearch.client
Methods in org.elasticsearch.client that return OpenIndexRequestBuilder Modifier and Type Method Description OpenIndexRequestBuilderIndicesAdminClient. prepareOpen(String... indices)Opens one or more indices based on their index name.
-