摘要: 按照官方文档操作,但是windows下有些不同,它不认识单引号',因此如果这样操作,就会报错:C:\Users\neusoft>curl localhost:9200/b1/b2/1 -d {"name":"fdafa"}{"error":"MapperParsingException[fail... 阅读全文
posted @ 2015-08-06 18:08 xingoo 阅读(3592) 评论(2) 推荐(0) 编辑
摘要: Elasticserch在新版本中支持聚合操作,而聚合操作也可以嵌套使用,方法如下:curl -XGET 10.4.44.19:9200/test/test/_search?pretty -d '{ "aggs":{ "color_type_max":{ "terms"... 阅读全文
posted @ 2015-08-06 17:29 xingoo 阅读(4403) 评论(1) 推荐(0) 编辑