Chetan Mehrotra created OAK-7123:
------------------------------------
Summary: ChildNodeStateProvider does not return all immediate
children
Key: OAK-7123
URL: https://issues.apache.org/jira/browse/OAK-7123
Project: Jackrabbit Oak
Issue Type: Bug
Components: run
Affects Versions: 1.7.14
Reporter: Chetan Mehrotra
Assignee: Chetan Mehrotra
Fix For: 1.8, 1.7.15
Based on script implemented in OAK-7122 and running it against a test index it
was observed that some of the relative fields were not getting indexed. This
happens because the ChildNodeStateProvider#children does not handle the
immediate children check properly. It would fail for case like
{noformat}
/a
/a/b
/a/b/c
/a/d
/a/d/e
{noformat}
Currently it would only report 'b' as child of 'a'.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)