Oak Index deployment via cloud Manager | Community
Skip to main content
pavithras887635
New Participant
October 22, 2021
Solved

Oak Index deployment via cloud Manager

  • October 22, 2021
  • 3 replies
  • 1523 views

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. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

GK-007
New Participant
October 23, 2021
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"/>
New Participant
November 22, 2021

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

Asutosh_Jena_
New Participant
October 23, 2021
Ankur_Khare
Ankur_KhareAccepted solution
New Participant
October 22, 2021