Manual:Rebuildall.php/ja

MediaWiki バージョン:
1.2
Category:MediaWiki code/ja#Rebuildall.php

詳細

rebuildall.php file is a maintenance script to rebuild the links and indices used for searching your site.

You should run this script after importing some data into your wiki. It will populate the categorylinks, pagelinks, and imagelinks tables and refresh the searchindex table. It will not import or "register" images (even if they are in upload directory and there are articles referencing them). You should use the rebuildImages.php or importImages.php scripts to do this.

This script is equivalent to running rebuildtextindex.php followed by rebuildrecentchanges.php , and finally followed by refreshLinks.php . Note that running this script marks all previously patrolled edits as unpatrolled.

オプション/引数

このスクリプトにはオプション/引数はありません。

使用法

php maintenance/run.php rebuildall
Terminal
MediaWiki バージョン 1.39.12 以前では、メンテナンス スクリプトを php maintenance/run.php scriptName ではなく php maintenance/scriptName.php を使用して実行する必要があります。

関連項目

Category:Maintenance scripts/ja#Rebuildall.php Category:Content maintenance scripts/ja
Category:Content maintenance scripts/ja Category:Maintenance scripts/ja Category:MediaWiki code/ja