Es 利用id、OpType实现插入时候检查是否存在

elasticsearchTemplate.getClient().prepareIndex(indexName, type).setId(id).setSource(json).setOpType(IndexRequest.OpType.CREATE).execute().actionGet();

转载于:https://www.cnblogs.com/yangjingzhi/p/8955197.html

你可能感兴趣的:(python,大数据)