@Test void testDeleteIndex() throws IOException { //1.删除索引请求 DeleteIndexRequest request=new DeleteIndexRequest("ljx666"); //执行delete方法删除指定索引 AcknowledgedResponse delete = restHighL