public interface IndicesRequest
ActionRequest
subclasses that relate to
one or more indices. Allows to retrieve which indices the action relates to.
In case of internal requests originated during the distributed execution of an external request,
they will still return the indices that the original request related to.Modifier and Type | Interface and Description |
---|---|
static interface |
IndicesRequest.Replaceable |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
indices()
Returns the array of indices that the action relates to
|
IndicesOptions |
indicesOptions()
Returns the indices options used to resolve indices.
|
java.lang.String[] indices()
IndicesOptions indicesOptions()