[
https://issues.apache.org/jira/browse/JCR-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619537#action_12619537
]
Stephane Landelle commented on JCR-1704:
----------------------------------------
Great, thank you!
2008/8/4 Marcel Reutegger (JIRA) <[EMAIL PROTECTED]>
> 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
> Fix For: 1.5
>
> 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.