I’d like to know if an index can be used for list/array properties. Say I have nodes that look like this: (n {members:['a','b']})
Will an index help me find nodes where 'a'
is a member? Or will indexes only work on scalar data types?
I’d like to know if an index can be used for list/array properties. Say I have nodes that look like this: (n {members:['a','b']})
Will an index help me find nodes where 'a'
is a member? Or will indexes only work on scalar data types?