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 "Amit Jain (JIRA)" <ji...@apache.org> on 2016/12/23 04:36:58 UTC

[jira] [Closed] (OAK-5295) Allow chaining of include in building aggregation rule via IndexDefinitionBuilder

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

Amit Jain closed OAK-5295.
--------------------------

Bulk close Oak 1.5.16

> Allow chaining of include in building aggregation rule via IndexDefinitionBuilder
> ---------------------------------------------------------------------------------
>
>                 Key: OAK-5295
>                 URL: https://issues.apache.org/jira/browse/OAK-5295
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: lucene
>            Reporter: Chetan Mehrotra
>            Assignee: Chetan Mehrotra
>            Priority: Minor
>             Fix For: 1.5.16, 1.6
>
>
> It should be possible to chain the include in builder
> {code}
>             app.aggregateRule("app:Content")
>                     .include("*")
>                     .include("*/*")
>                     .include("*/*/*")
>                     .include("*/*/*/*");
> {code}



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