Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Reindexing data on Page Activation

Avatar

Level 4

Hi All,

 

Need to know the best approach for Reindexing data after a Content is Activated using Custom Indexes.

 

We are using Lucene OOTB search.

 

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Oak supports NRT [Near Real Time] Indexing from version 1.6, indexes the newly added content quickly, and considers the new nodes when running queries on content. Try adding nrt to your Lucene async index and run tests to see if it works for your use case.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Oak supports NRT [Near Real Time] Indexing from version 1.6, indexes the newly added content quickly, and considers the new nodes when running queries on content. Try adding nrt to your Lucene async index and run tests to see if it works for your use case.