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.| 修飾子とタイプ | インタフェースと説明 |
|---|---|
static interface |
IndicesRequest.Replaceable |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String[] |
indices()
Returns the array of indices that the action relates to
|
IndicesOptions |
indicesOptions()
Returns the indices options used to resolve indices.
|
String[] indices()
IndicesOptions indicesOptions()
Copyright © 2009–2016. All rights reserved.