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

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.