Page is a draft due to changes in included resources
You are viewing an old version of this page. Return to the latest version.
No categories assigned
Rebuilding the search index
-
- Last edited 5 years ago by Florian Bäckmann
-
-
- This page is a draft but has an approved version
< Setup:Installation Guide | Advanced
Revision as of 10:01, 17 September 2019 by Mlink-rodrigue (talk | contribs) (Mlink-rodrigue moved page Setup:Installation Manual/Advanced/Rebuilding the search index to Setup:Installation Guide/Advanced/Rebuilding the Search Index without leaving a redirect: Updated path)
In some cases it is needed to rebuild the search index. This document will show you the steps to do this.
Tips for this Document
- Please, read this manual completely and work through the single installation steps one after another.
- The placeholder
<installpath-bluespice>
stands for the path to your BlueSpice installation, e.gC:\inetpub\wwwroot\bluespice
(Windows) or/var/www/bluespice
(Linux).
Rebuilding the search index
Please open a command line on your system and change to <installpath-bluespice>
.
Execute the following command:
php extensions/BlueSpiceExtensions/ExtendedSearch/maintenance/searchUpdate.php (Linux) php extensions\BlueSpiceExtensions\ExtendedSearch\maintenance\searchUpdate.php (Windows))
With Windows, please take care that the environment variables are set correctly to access the php command. |
Depending on the size of your contents and uploads this can take a while.