* @author kimchy (shay.banon)
*/
public abstract class AbstractIndicesAdminClient implements InternalIndicesAdminClient {
@Override public IndicesExistsRequestBuilder prepareExists(String... indices) {
return new IndicesExistsRequestBuilder(this, indices);
}