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)
  • This module is internal or unstable, and you should not use it. Its operation may change without notice.
  • Ta modul zahteva pravice branja.
  • Source: CirrusSearch
  • License: GPL-2.0-or-later

Reports on the correctness of a range of page ids in the search index

Specifični parametri:
Na voljo so tudi drugi splošni parametri.
cluster

The search cluster to check indices in

One of the following values: cloudelastic, codfw, eqiad
Privzeto: eqiad
from

Page id to start checking at

Ta parameter je obvezen.
Vtipkajte: celo število
The Vrednost ne sme biti manjša od 0.
limit

The number of page ids to check

Type: integer or max
Vrednost mora biti med 1 in 500.
Privzeto: 100
sequenceid

The number of times this set of page ids has been checked

Vtipkajte: celo število
rerenderfrequency

Number of checks after which a page should be rerendered. Based off the provided sequenceid.

Vtipkajte: celo število
The Vrednost ne sme biti manjša od 2.
Privzeto: 16
Zgled:
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 [open in sandbox]