Home
Download
Wiki
Demo
Open Source Native XML Database
About Us
Who we are
Acknowledgements
Documentation
Quick Start
Function Library
Extension Modules
Main Documentation
Feature Sheet
XQuery Wikibook
Examples
XQuery Sandbox
XML Acronyms
Bibliographic
All Examples
Community
Mailing List/IRC
Development
Javadocs
ChangeLog
Bug Tracker
Subversion
Submit Patches
Administration
Admin
Server Status
Webstart Client
A RESTful browser for eXist Java-Based Function Modules
Modules
>
xmldb
>
reindex
xmldb
http://exist-db.org/xquery/xmldb
A module for database manipulation functions.
reindex
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-path
The collection path
Returns true() if successfully reindexed, false() otherwise
Return to list of all modules