上一页 1 ··· 281 282 283 284 285 286 287 288 289 ··· 385 下一页
摘要: 阅读全文
posted @ 2020-12-27 17:36 秋华 阅读(378) 评论(0) 推荐(0)
摘要: #########Demo for Pipeline############### DELETE tech_blogs #Blog数据,包含3个字段,tags用逗号间隔 PUT tech_blogs/_doc/1 { "title":"Introducing big data......", "ta 阅读全文
posted @ 2020-12-27 17:23 秋华 阅读(601) 评论(0) 推荐(0)
摘要: 课程demo DELETE blogs/ # 写入文档 PUT blogs/_doc/1 { "content":"Hadoop is cool", "keyword":"hadoop" } # 查看 Mapping GET blogs/_mapping # 修改 Mapping,增加子字段,使用英 阅读全文
posted @ 2020-12-27 17:17 秋华 阅读(1108) 评论(0) 推荐(1)
摘要: 课程demo PUT my_blogs/_doc/comment1?routing=blog1 { "comment":"I am learning ELK", "username":"Jack", "blog_comments_relation":{ "name":"comment", "pare 阅读全文
posted @ 2020-12-27 17:09 秋华 阅读(653) 评论(0) 推荐(0)
摘要: 课程demos DELETE blog # 设置blog的 Mapping PUT /blog { "mappings": { "properties": { "content": { "type": "text" }, "time": { "type": "date" }, "user": { " 阅读全文
posted @ 2020-12-27 17:05 秋华 阅读(1191) 评论(0) 推荐(1)
摘要: 课程demo DELETE my_flights PUT my_flights { "settings": { "number_of_shards": 20 }, "mappings" : { "properties" : { "AvgTicketPrice" : { "type" : "float 阅读全文
posted @ 2020-12-27 16:57 秋华 阅读(910) 评论(0) 推荐(0)
摘要: DELETE /employees PUT /employees/ { "mappings" : { "properties" : { "age" : { "type" : "integer" }, "gender" : { "type" : "keyword" }, "job" : { "type 阅读全文
posted @ 2020-12-27 16:53 秋华 阅读(240) 评论(0) 推荐(0)
摘要: 课程 demo DELETE employees PUT /employees/_bulk { "index" : { "_id" : "1" } } { "name" : "Emma","age":32,"job":"Product Manager","gender":"female","sala 阅读全文
posted @ 2020-12-27 16:45 秋华 阅读(1220) 评论(0) 推荐(0)
摘要: demos DELETE /employees PUT /employees/ { "mappings" : { "properties" : { "age" : { "type" : "integer" }, "gender" : { "type" : "keyword" }, "job" : { 阅读全文
posted @ 2020-12-27 16:42 秋华 阅读(276) 评论(0) 推荐(0)
摘要: DELETE products PUT products PUT products/_doc/1 { "title":"iphone", "count":100 } GET products/_doc/1 PUT products/_doc/1?if_seq_no=1&if_primary_term 阅读全文
posted @ 2020-12-27 16:34 秋华 阅读(411) 评论(0) 推荐(0)
上一页 1 ··· 281 282 283 284 285 286 287 288 289 ··· 385 下一页