Hi there,
I have a requirement to create an index where the indexRules contains the followed properties:
+indexRules
+ cq:Page
+ properties
- jcr:content/jcr:title
- jcr:content/jcr:description
- jcr:content/component/fragment
- jcr:content/metas
When I got the property of the fragment I need to index the properties (e.g. title) of the content fragment. The issue is to index the content of the fragment without touching the core (java), if possible.
Do you know how could it be possible to fetch the content fragment data in the same index?
Regards.