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 "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2016/12/13 11:42:58 UTC

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

Chetan Mehrotra created OAK-5295:
------------------------------------

             Summary: 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.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)