Manual:updateSearchIndex.php
From MediaWiki.org
MediaWiki file : updateSearchIndex.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.26.2 • 1.25.5 |
Classes: | UpdateSearchIndex |
updateSearchIndex.php is a maintenance script used for periodic off-peak updating of the search index for the recently changed pages. If you need to rebuild the search index entirely, run rebuildtextindex.php instead.
Invocation[edit | edit source]
php maintenance/updateSearchIndex.php [-s start-timestamp] [-e end-timestamp] [-p posfile] [-l locktime] [-q]
Example[edit | edit source]
$ php maintenance/updateSearchIndex.php -s 20081020224040 Updating searchindex between 20081020224040 and 20091209103945 --- Waiting for lock --- --- Unlocking -- Done
Notes[edit | edit source]
- It will not update the search index for the pages that do not appear in Special:Recentchanges.