trigger:after-create-document($uri as xs:anyURI) as item()*
$uri | $uri |
trigger:after-update-document($uri as xs:anyURI) as item()*
$uri | $uri |
trigger:do-index($fieldName as xs:string, $value as xs:string?, $path as xs:anyURI) as item()*
$fieldName | $fieldName |
$value? | $value? |
$path | $path |
trigger:index($uri as xs:anyURI) as item()*
$uri | $uri |
trigger:index-callback($root as element(), $path as xs:anyURI, $page as xs:integer?) as item()*
$root | $root |
$path | $path |
$page? | $page? |