Elasticsearch父子聚合 can‘t specify parent if no parent field has been configured
Posted 九师兄
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Elasticsearch父子聚合 can‘t specify parent if no parent field has been configured相关的知识,希望对你有一定的参考价值。
1.概述
看到一篇文章:https://qbox.io/blog/elasticsearch-aggregations-parent-child-relationships 讲解父子聚合的。然后我就尝试了一下。然后报错如下
DELETE academy1
PUT academy1
PUT /academy1/location/_mapping
{
"properties": {
"country":
以上是关于Elasticsearch父子聚合 can‘t specify parent if no parent field has been configured的主要内容,如果未能解决你的问题,请参考以下文章
ElasticSearch - Mapping 配置字段属性:对 long 类型字段聚合需要开启 doc_values:true
ELK技术栈ElasticSearch,Logstash,Kibana
从 NEST C# 嵌套聚合中获取 Elasticsearch 结果