MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: 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
Specific parameters:
Other general parameters are available.
- cluster
The search cluster to check indices in
- ค่าใดค่าหนึ่งต่อไปนี้: cloudelastic, codfw, eqiad
- Default: eqiad
- from
Page id to start checking at
- This parameter is required.
- Type: integer
- The value must be no less than 0.
- limit
The number of page ids to check
- ชนิด: จำนวนเต็มหรือ max
- The value must be between 1 and 500.
- Default: 100
- sequenceid
The number of times this set of page ids has been checked
- Type: integer
- rerenderfrequency
Number of checks after which a page should be rerendered. Based off the provided sequenceid.
- Type: integer
- The value must be no less than 2.
- Default: 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 [เปิดในกระบะทราย]