With the schema based index I can index a property for all nodes that have a given label.
This is a bit confusing if I have the following use case:
Let's say I index node Human
with label Student
on property name
.
If I add a new label Teacher
, to this node do I also have to index my properties (name
in this case) for this new label ?
Or if the label is changed (Student
with Teacher
) do I have to index for the new label ?