Tom Blackford created OAK-3870:
----------------------------------
Summary: Support for XPATH queries using wildcards in property
names in indexes
Key: OAK-3870
URL: https://issues.apache.org/jira/browse/OAK-3870
Project: Jackrabbit Oak
Issue Type: Improvement
Components: query
Reporter: Tom Blackford
At present, it's not possible to optimise the XPATH query below using an index:
{code}
/jcr:root/content//*
[jcr:content/relationship/*/@relationshipName="exampleRelationshipName"]
{code}
...due to the wildcard in the relative property path.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)