Expand my Community achievements bar.

SOLVED

Reindexing data on Page Activation

Avatar

Level 3

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.