Search code examples
marklogicmarklogic-8

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?


Solution

  • In a database replication setup, it is necessary to apply index changes on the replica first and then apply them on the master. You will need to do a forced re-indexing on the master to get the replica into a consistent state with the index changes.

    There is an explanation here: http://docs.marklogic.com/guide/concepts/backup-replication#id_27654

    Also see: http://docs.marklogic.com/guide/database-replication/dbrep_intro#id_27654