A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/xmldb
A module for database manipulation functions.

xmldb:reindex($collection-path as xs:string) xs:boolean
Reindex collection $collection-path. The XQuery owner must have appropriate privileges to do this, e.g. having DBA role.
$collection-pathThe collection path

Returns true() if successfully reindexed, false() otherwise
Return to list of all modules