elasticsearch 2.0 parent child grandchild

后端 未结 2 1533
再見小時候
再見小時候 2021-01-23 02:30

My operation:

parent: country, child: branch, grandchild: employee

PUT /company { \"mappings\": { \"branch\": { \"_parent\": {

2条回答
  •  不要未来只要你来
    2021-01-23 03:04

    Ok I have found the problem - you cannot create parent-child relation with an existing type after deleting the index all was fine

提交回复
热议问题