Details
Description
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.
+ aggregates + nt:file + include0 - path = "jcr:content" + oak:TestNode + include0 - path = '*' + indexRules + oak:TestNode + properties + prop1 - name = 'original/jcr:content/type' - index = false
For above index definition and below content
/testnode/a (oak:TestNode) + original (nt:file) + jcr:content - jcr:data = <> - type = "image"
'original/jcr:content/type' property should not be include in fulltext index for /test/a via aggregation
Attachments
Issue Links
- is related to
-
OAK-3831 Allow relative property to be indexed but excluded from aggregation
- Closed