i do some cts:search when i put a document throw RestApi extension. This take too long comparing to the same cts:seacrh called in the get method of the same extension.
Perhaps it is due to the update mode in a put call but i try to force the update mode to false
<options xmlns="xdmp:eval">
<update>false</update>
</options>
but it does not solve the problem. Any idea please ?