【发布时间】:2018-10-04 09:27:53
【问题描述】:
我有这个命令,需要在 python 中执行我的程序
curl -H 'Content-Type: application/x-ndjson' -XPOST '192.168.1.149:9200/shakespeare/doc/_bulk?pretty' --data-binary @file.json
【问题讨论】:
-
这与 python 2.7 和 python 3.x 有什么关系?
-
这是弹性搜索吗?
标签: python python-3.x python-2.7 typescript