Mapping document relationshipsΒΆ
PUT /department/_mapping
{
"properties": {
"join_field": {
"type": "join",
"relations": {
"department": "employee"
}
}
}
}
PUT /department/_mapping
{
"properties": {
"join_field": {
"type": "join",
"relations": {
"department": "employee"
}
}
}
}