如何使用与弹性搜索中嵌套相同类型的文档?

时间:2013-09-23 09:00:10

标签: elasticsearch

我正在使用弹性搜索。 我需要在嵌套文档中使用自引用。

Example: Employee will have manager(Himself an employee). 

字段:

employee_id - long, 
employee_name - string 
manager(document of another employee)

我可以为员工ID,员工姓名进行映射。我正在努力为经理领域做映射。我是否需要在嵌套?

中映射完整的字段集(emplyee_id,employee_name)

提前致谢。

1 个答案:

答案 0 :(得分:0)

对于嵌套文档,如果要存储多个级别,则必须为经理的经理和经理以及经理的经理重复整个映射。将此表示为父子关系可能更好。