You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Davide Giannella (JIRA)" <ji...@apache.org> on 2015/11/26 14:19:11 UTC

[jira] [Closed] (OAK-3633) Enable exclusion of relative property in aggregation

     [ https://issues.apache.org/jira/browse/OAK-3633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davide Giannella closed OAK-3633.
---------------------------------

Bulk close for 1.2.8

> Enable exclusion of relative property in aggregation
> ----------------------------------------------------
>
>                 Key: OAK-3633
>                 URL: https://issues.apache.org/jira/browse/OAK-3633
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: lucene
>            Reporter: Chetan Mehrotra
>            Assignee: Chetan Mehrotra
>            Priority: Minor
>             Fix For: 1.3.11, 1.2.8, 1.0.24
>
>
> If a Lucene index has aggregation rule defined covering any child node then currently its not possible to exclude any relative property from getting indexed.
> {noformat}
> + aggregates
>     + nt:file
>       + include0
>         - path = "jcr:content"
>     + oak:TestNode
>         + include0
>            - path = '*'
> + indexRules
>     + oak:TestNode
>          + properties
>              + prop1
>                   - name = 'original/jcr:content/type'
>                   - index = false
> {noformat}
> For above index definition and below content
> {noformat}
> /testnode/a (oak:TestNode)
> + original (nt:file)
>     + jcr:content
>       - jcr:data = <>
>       - type = "image"
> {noformat}
> 'original/jcr:content/type' property should not be include in fulltext index for /test/a via aggregation



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)