随笔分类 -  ElasticSearch

python操作elasticsearch
摘要:一、基本查询 from elasticsearch import Elasticsearch # 建立连接 es = Elasticsearch( hosts={'192.168.0.120', '192.168.0.153'}, # 地址 timeout=3600 # 超时时间 ) es.sear 阅读全文
posted @ 2020-04-08 17:46 jaysonteng 阅读(1609) 评论(2) 推荐(1) 编辑