gpt4 book ai didi

json - window : curl with json data on the command line

转载 作者:行者123 更新时间:2023-11-29 02:44:35 28 4
gpt4 key购买 nike

我在 Windows 提示符下运行以下命令:

curl -XPUT http://127.0.0.1:9200/test-index/test-type/_mapping?pretty=true -d '{"test-type": {"properties": {"name": {"index": "analyzed", "term_vector": "with_positions_offsets", "boost": 1.0, "store": "yes", "type": "string"}}}}'

我收到以下错误:

{
"error" : "ElasticsearchParseException[Failed to parse content to map]; nested: JsonParseException[Unexpected character (''' (code 39)): expected a
valid value (number, String, array, object, 'true', 'false' or 'null')\n at [Source: org.elasticsearch.common.compress.lzf.LZFCompressedStreamInput@45
4ed1d2; line: 1, column: 2]]; ",
"status" : 400
}

我搜索了解决方案并找到了替代方案,例如将 json 数据放入文件中,但由于某些原因我无法使用它。

谢谢!

最佳答案

Windows 的 cmd 不支持带单引号的字符串。使用 " 并使用 \" 转义内部代码。

关于json - window : curl with json data on the command line,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28648473/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com