I need to create an index and load the data into Elasticsearch. How can i do it by using python? I need to do bulk data operations. I wanted to do it without CURL.
I was using 8+ version of Elasticsearch and 3+ version of python. Need to do bulk data insertion into index without CURL.
1条答案
按热度按时间t3psigkw1#
查看PythonElasticSearch文档here
否则,您也可以在此Stackoverflow discussion中找到帮助