摘要:
#记录es查询等方法 #清楚数据 curl -XDELETE http://xx.xx.xx.xx:9200/test6 #初始化数据 curl -H "Content-Type: application/json" -XPUT 'http://xx.xx.xx.xx:9200/test6/user 阅读全文
摘要:
#记录管理索引等方法from elasticsearch import Elasticsearches = Elasticsearch(['xx.xx.xx.xx:9200'])#获取文档内容res = es.get_source(index="test", id='-R7AQ20BIdlTveXF 阅读全文