📅  最后修改于: 2022-03-11 14:57:23.711000             🧑  作者: Mango
restHighLevelClient.indexAsync(indexRequest, new ActionListener() {
@Override
public void onResponse(IndexResponse indexResponse) {
// called when the operation is successfully completed
}
@Override
public void onFailure(Exception e) {
// called on failure
}
});