BulkByScrollResponse response = ReindexAction.INSTANCE.newRequestBuilder(client)
.destination("target_index")
.filter(QueryBuilders.matchQuery("category", "xzy"))
.get();
可选地,可以提供一个查询来筛选从源到目标索引的哪些文档应该被重新编入索引。
» 订阅本站:https://www.kgraph.cn