摘要: /** * 创建索引 */public static void createIndex(JestClient client, String index) { try { JestResult result = client.execute(new CreateIndex.Builder(index) 阅读全文
posted @ 2019-12-06 14:31 hik.wolf 阅读(987) 评论(0) 推荐(0)