Elasticsearch---学习记录(1)

这篇博客详细记录了作者在学习Elasticsearch过程中遇到的问题和解决方案,包括在Windows环境下使用cmder的注意事项,双引号值的设置,创建_index与_id,查看_source字段,文档标识,删除与更新文档,以及乐观并发控制的理解和应用。同时,博主分享了对外部系统修改文档时版本控制的困惑与解决办法。
摘要由CSDN通过智能技术生成

仅供自己作学习笔记,详情请移步es官方文档

1.问题------windows的cmder使用

curl -XPUT http://172.16.150.149:29200/facebook -d {"setting":{ "index":{ "number_of_shards":3,"number_of_replicas":2}}}

报错:

{"error":{"root_cause":
[{"type":"parse_exception",
"reason":"failed to parse source for create index"}],
"type":"parse_exception",
"reason":"failed to parse source for create index",
"caused_by":{"type":"json_parse_exception",
"reason":"Unexpected end-of-input: expected close marker for OBJECT (from [Source: [B@14f7b2cb; line: 1, column: 1])\n 
at [Source: [B@14f7b2cb; line: 1, column: 21]"}},"status":400}curl: (3) [globbing] unmatched brace in column 7
curl: (3) [globbing] unmatched close brace/bracket in column 40

解决:

windows下使用 -d "{}"(双引号)

ps:检查json格式网页工具

2.问题------windows下的双引号值

curl -XPUT http://172.16.150.149:29200/facebook -d "{ "settings":
{"number_of_shards":1},
"mappings":{"type1":{"_source":{" enabled":false},
"preperties":{"field1":{""type"":""string"","index":"not_analyzed"}}}}}"

{"error":{"root_cause":[{"type":"parse_exception",
"reason":"failed to parse source for create index"}],
"type":"parse_exception",
"reason":"failed to parse source for create index",
"cau
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值