Hi,
right now indexing of dynamic properties is not supported yet, can you please raise a JIRA issue.
I can try to get it into 2.2.0-RELASE but cannot promise.
A bigger problem is: if I indexed a dynamic property-field what are the semantics of:
- looking up a single property-value of that collection
- looking up the whole collection
- What if someone defines a unique index on those? What are the semantics then, Should that be forbidden, etc.
- there is already a similar issue with array properties which are indexed by neo4j one by one, for lookup you cannot pass in the array but only one of the entries
- but the semantics for uniqueness are not really defined.
Michael