Indices exists API, closes #1022.

This commit is contained in:
kimchy 2011-06-12 12:09:57 +03:00
parent 2dbe890022
commit 0eaccd483f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class TransportIndicesExistsAction extends TransportMasterNodeOperationAc
}
@Override protected String transportAction() {
return TransportActions.Admin.Indices.CLOSE;
return TransportActions.Admin.Indices.EXISTS;
}
@Override protected IndicesExistsRequest newRequest() {