MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=cirrus-check-sanity
(main | cirrus-check-sanity)
- このモジュールは内部的または不安定です。動作が予告なく変更される場合があります。
- このモジュールは読み取りの権限を必要とします。
- ソース: CirrusSearch
- ライセンス: GPL-2.0-or-later
Reports on the correctness of a range of page ids in the search index
パラメーター:
その他一般パラメーターが利用可能です。
- cluster
The search cluster to check indices in
- 値 (次の値のいずれか1つ): cloudelastic、codfw、eqiad
- 既定: eqiad
- from
Page id to start checking at
- この変数は必須です。
- 型: 整数
- 値の下限は必ず0以上です。
- limit
The number of page ids to check
- 型: 整数または max
- 値は1以上500以下です。
- 既定: 100
- sequenceid
The number of times this set of page ids has been checked
- 型: 整数
- rerenderfrequency
Number of checks after which a page should be rerendered. Based off the provided sequenceid.
- 型: 整数
- 値の下限は必ず2以上です。
- 既定: 16
例:
- Get a report on the correctness of a range of page ids in the search index
- api.php?action=cirrus-sanity-check&from=0&limit=100 [サンドボックスで開く]