Loading TOC...

xdmp.forestValidateReplicaIndex

xdmp.forestValidateReplicaIndex(
   forest-IDs as (Number|String)[],
   options as String[]
) as null

Summary

Validate index data for the database replica forests of the specified forests. Log results in ErrorLog.txt. Optionally repair the index data.

Parameters
forest-IDs Forest ID of the master forests
options Options. Default value is empty sequence. Valid values include: "repair" - perform repair on the replica if index data discrepancy is found.

Required Privileges

http://marklogic.com/xdmp/privileges/xdmp-forest-validate-replica-index

http://marklogic.com/xdmp/privileges/xdmp-forest-validate-replica-index/forest/{id}

http://marklogic.com/xdmp/privileges/xdmp-forest-validate-replica-index/database/{id}

Usage Notes

To validate database replication on a database, find all the open forests in the database and use xdmp.forestValidateReplicaIndex on each forest.

Example

xdmp.forestValidateReplicaIndex(
xdmp.forestOpenReplica(xdmp.databaseForests(dbid)),["repair"])
=> ()

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.