Pomoc API MediaWiki

To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.

Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=cirrus-check-sanity

(main | cirrus-check-sanity)
  • Ten moduł jest wewnętrzny lub niestabilny. Jego działanie może się zmienić bez uprzedzenia.
  • Ten moduł wymaga praw odczytu.
  • Źródło: CirrusSearch
  • Licencja: GPL-2.0-or-later

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

Parametry:
Other general parameters are available.
cluster

The search cluster to check indices in

Jedna z następujących wartości: cloudelastic, codfw, eqiad
Domyślnie: eqiad
from

Page id to start checking at

Ten parametr jest wymagany.
Typ: liczba całkowita
Wartość nie może być mniejsza niż 0.
limit

The number of page ids to check

Type: integer or max
Wartość musi znajdować się pomiędzy 1 a 500.
Domyślnie: 100
sequenceid

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

Typ: liczba całkowita
rerenderfrequency

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

Typ: liczba całkowita
Wartość nie może być mniejsza niż 2.
Domyślnie: 16
Przykład:
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 [otwórz w brudnopisie]