Description
LucenePropertyIndex support answering a query with property constraint on a relative path if there's an property (non-relative) is indexed on nt:base.
e.g. with an index def such as
+ /oak:index/fooIndex/indexRules/nt:base/properties + foo - propertyIndex=true
we can answer queries such as
/jcr:root/a//element(*, some:type)[b/foo='bar'] /jcr:root/a//element(*, some:type)[b/c/foo='bar']
In the same spirit it could also support query with wildcard in relative path fragment
/jcr:root/a//element(*, some:type)[b/*/foo='bar']
.... but it doesn't work currently.
Attachments
Attachments
Issue Links
- is required by
-
OAK-8437 direct children, exact, and parent path restrictions don't work when path transformation takes place
- Closed