While search is enabled for a namespace, you can restart metadata query engine indexing of the namespace from the time the namespace was created or from a specified date. To do this, you use this query parameter:
resetMQECheckpoint=(mm/dd/yyyy|0)
The value 0 (zero) restarts indexing from the time the namespace was created.
You use the resetMQECheckpoint query parameter with a POST request against the namespace resource.
Here’s a sample POST request that restarts metadata query engine indexing of the accounts-receivable namespace from the time the namespace was created:
curl -k -i -d "<namespace/>" -H "Content-Type: application/xml"
-H "Authorization: HCP bGdyZWVu:a3b9c163f6c520407ff34cfdb83ca5c6"
"https://finance.hcp.example.com:9090/mapi/tenants/finance/namespaces/
accounts-receivable?resetMQECheckpoint=0”
© 2017 Hitachi Data Systems Corporation. All rights reserved.