Closed ikwattro closed 3 years ago
Ability to have mapping inheritance, for example :
"node_mappings": [ { "abstract":true, "name":"all-parent", "condition": "allNodes()", "properties": { "_labels": "getLabels()" } }, { "inherit":"all-parent", "condition": "hasLabel('Person)", "index": "persons", "type": "persons", "properties": { "name": "getProperty('firstName') + ' ' + getProperty('lastName')" } } ]
Ability to have mapping inheritance, for example :