【elasticsearch】python操作 elasticsearch增删改查


1、 官网

https://www.elastic.co/cn/downloads/elasticsearch

2、python库

https://pypi.org/project/elasticsearch/

注意:安装的版本要和操作的es版本一致

pip install elasticsearch=={版本}

使用文档

https://elasticsearch-py.readthedocs.io/en/v8.1.3/

3、操作封装

 https://blog.csdn.net/qq_43076825/article/details/108404335

参考链接:

https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-jdbc.html#

https://www.elastic.co/cn/downloads/past-releases/jdbc-client-7-5-0

https://www.elastic.co/cn/downloads/elasticsearch

https://elasticsearch-py.readthedocs.io/en/v8.1.3/

https://blog.csdn.net/qq_43076825/article/details/108404335