Indices exists API, closes #1022.
This commit is contained in:
parent
2dbe890022
commit
0eaccd483f
|
@ -49,7 +49,7 @@ public class TransportIndicesExistsAction extends TransportMasterNodeOperationAc
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override protected String transportAction() {
|
@Override protected String transportAction() {
|
||||||
return TransportActions.Admin.Indices.CLOSE;
|
return TransportActions.Admin.Indices.EXISTS;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override protected IndicesExistsRequest newRequest() {
|
@Override protected IndicesExistsRequest newRequest() {
|
||||||
|
|
Loading…
Reference in New Issue