Closed
Description
The deprecated interfaces include the following.
document.remove() returns a response with both a uris property and a uri property. The singular property is a legacy from when document.remove() could only remove a single document. We should remove that property in MarkLogic 9.
In MarkLogic 8, the developer has to opt in to get a transaction object and receives a transaction id string by default. MarkLogic 9 should reverse the default and opt in.
In MarkLogic 8, the developer has to opt in for a zero-based slice on the search response and supplies a 1-based slice by default. MarkLogic 9 should reverse the default and opt in.