摘要: elasticsearch 学习整理 索引和值:增删查改 In [2]: from elasticsearch import Elasticsearch In [8]: es = Elasticsearch([{'host':'192.168.3.215','port':9215}]) # 创建索引 阅读全文
posted @ 2021-11-22 18:00 pythoner_wl 阅读(908) 评论(0) 推荐(0) 编辑