미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=cirrus-check-sanity
(main | cirrus-check-sanity)
- 이 모듈은 내부용이거나 불안정합니다. 동작은 예고 없이 변경될 수 있습니다.
- 이 모듈은 read 권한을 요구합니다.
- 출처: CirrusSearch
- 라이선스: GPL-2.0-or-later
검색 색인의 다양한 페이지 ID의 정확성에 대한 보고서입니다
특정 변수:
다른 일반 변수를 사용할 수 있습니다.
- cluster
The search cluster to check indices in
- 다음 값 중 하나: cloudelastic, codfw, eqiad 또는 다른 문자열: 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 [연습장에서 열기]