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)

Reply via email to