Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Oak Index deployment via cloud Manager

Avatar

Level 1

I have created a custom oak index in AEM 6.5.Need help on how to deploy this custom index into the code base which is deployed via CM. on going through the adobe link, I understand oak index folder should reside in ui.apps but not sure how to include this path in filter.xml. Also need help on re-indexing the content dynamically as we have provided authoring facility for few analyzers inside oak index. 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
4 Replies

Avatar

Correct answer by
Community Advisor

Avatar

Level 2
We have added like below after moving the oak indexes to ui.apps folder.
    <filter root="/oak:index/cqPageLucene-custom-1" mode="replace"/>
    <filter root="/oak:index/cqTagLucene-2-custom-1" mode="replace"/>
    <filter root="/oak:index/xxxxVanity-custom-1" mode="replace"/>
    <filter root="/oak:index/xxxxTags2-custom-1" mode="replace"/>
    <filter root="/oak:index/xxxxReplicationScheduler-custom-1" mode="replace"/>
    <filter root="/oak:index/xxxxCustomReportLucene-custom-1" mode="replace"/>

Avatar

Level 2

@GK-007  Which filevault version are you using for the project ?