Reindexing data on Page Activation | Community
Skip to main content
New Participant
October 12, 2022
Solved

Reindexing data on Page Activation

  • October 12, 2022
  • 1 reply
  • 549 views

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.

 

 

 

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

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.

1 reply

Lokesh_Vajrala
Lokesh_VajralaAccepted solution
New Participant
October 12, 2022

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.