[ https://issues.apache.org/jira/browse/JCR-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephane Landelle updated JCR-1704: ----------------------------------- Attachment: IndexingConfigurationImpl.java > Indexing rules inheritance doesn't work > --------------------------------------- > > Key: JCR-1704 > URL: https://issues.apache.org/jira/browse/JCR-1704 > Project: Jackrabbit > Issue Type: Bug > Components: indexing > Affects Versions: core 1.4.5 > Reporter: Stephane Landelle > Attachments: IndexingConfigurationImpl.java > > Original Estimate: 0.17h > Remaining Estimate: 0.17h > > Indexing rules are supposed to be inherited by children node types. > In org.apache.jackrabbit.core.query.lucene.IndexingConfigurationImpl.init, rules are registered for the declared node type and all its children. However, as the rule's node type is still the original one, the rule gets rejected in org.apache.jackrabbit.core.query.lucene.IndexingConfigurationImpl$IndexingRule.appliesTo. > One simple solution would be to register not the original rule, but a copy where the original node type has been replaced by the child one. > Please find corrected class attached. > Sincerely, > Stéphane -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.