2021年5月26日

python实现elasticsearch的update操作,不改变原数据,增加字段,或者查询更新

摘要: 直接上代码: from elasticsearch import Elasticsearch ES_URL = 'http://172.30.3.57:9200/' es_client = Elasticsearch(ES_URL) def get_data_update_data(): query 阅读全文

posted @ 2021-05-26 15:05 进击的davis 阅读(1980) 评论(0) 推荐(0) 编辑

导航