Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MarkLogic Reindexing Issue

I am changing the index configurations on replica cluster in a database, but re-indexing is not getting triggered automatically whereas I have set the "reindexer enable" to "true".

Any thoughts around this?

like image 916
Ashutosh Trivedi Avatar asked May 03 '26 12:05

Ashutosh Trivedi


1 Answers

In order to re-index the replica you have to re-index the master. You do this by adding the new index information to the replica first and then add it to the master. Once its added to the master reindexing should happen automatically. If it doesn't make sure you have re-indexing set to true on the master.

Check out this article from more information https://help.marklogic.com/knowledgebase/article/View/43/19/database-replication-indexing-on-replica-explained

like image 116
Tyler Replogle Avatar answered May 07 '26 04:05

Tyler Replogle