Manual:refreshExternallinksIndex.php
Appearance
| MediaWiki バージョン: | ≧ 1.33 |
| MediaWiki ファイル: refreshExternallinksIndex.php | |
|---|---|
| 場所: | maintenance/ |
| ソース コード: | master • 1.45.3 • 1.44.5 • 1.43.8 |
| クラス: | RefreshExternallinksIndex |
詳細
refreshExternallinksIndex.php is a maintenance script that refreshes the externallinks table el_index and el_index_60 fields based on the el_to field.
This script runs by default when you run update.php. It processes 10,000 items in every batch.
オプション
このスクリプトにはオプションはありません。
使用法
php maintenance/run.php refreshExternallinksIndex
Terminal
$ php maintenance/run.php refreshExternallinksIndex Updating externallinks table index fields el_id 0 - 44 of 44 Done, 13 rows updated, 1 deleted.
MediaWiki バージョン MediaWiki 1.39 以前では、メンテナンス スクリプトを
php maintenance/run.php スクリプト名 ではなく php maintenance/スクリプト名.php を使用して実行する必要があります。