我试图使用jest删除ES中索引的别名映射。// create Jest Client.RemoveAliasMapping removeAliasMapping = new RemoveAliasMapping.Builder("oldIndex", "alias").build();
在创建removeAliasMapping对象之后,我无法找到执行
我目前正在通过我的java应用程序进行弹性搜索。我知道如何使用RestHighLevelClient索引Java。我怎样才能只搜索新的字段,而不是完全的pojo。?private String address; //want to index but not searchable in elastic search 下面是我的索引代码TYPE, employee.getId().t