Is there a way to update bitemporal documents that were ingested in MarkLogic-8 in Marklogic-9? Currently the temporal update apis only work for documents which are ingested in ML-9 or later. Please suggest. Following error is getting generated:
The metadata TemporalDocURI not found. Temporal node update builtins only work for temporal documents created with ML9 or later
In order to upgrade them you just need to run temporal:document-insert on them with ML9. You should be able to do this without making any changes to the document content for a "clean" upgrade.