Elasticsearch 的安装与使用(三): python操作Elasticsearch增删改查
1.python链接ES:fromelasticsearchimportElasticsearchself.es=Elasticsearch([{'host':"",'port':}])可以指定链接的ES的IP2.ES插入数据:2.1插入单条数据foriinrange(10):self.es.index(index="my-index",doc_type="test-type",body={"an