Reloading all of the indexes
About this task
Reload all the indexes within the scope of the base distinguished name (DN) dc=example,dc=com
. The task is performed as cn=Directory Manager
on port 389 of the localhost server.
The existing index contents are erased before reloading. |
Steps
-
To reload all of the indexes within the scope of the
dc=example,dc=com
base DN, run thereload-index
tool.Example:
$ bin/reload-index --task --bindPassword password --baseDN "dc=example,dc=com"