MediaWiki API ヘルプ
このページは自動生成された MediaWiki Action API の説明文書ページです。
action=cirrus-schema-dump
(main | cirrus-schema-dump)
- このモジュールは内部的または不安定で、使用してはなりません。動作が予告なく変更される場合があります。
- このモジュールは読み取りの権限を必要とします。
- ソース: CirrusSearch
- ライセンス: GPL-2.0-or-later
Dump of CirrusSearch schema (settings and mappings) for this wiki.
特定のパラメータ:
その他一般パラメーターが利用可能です。
- build
Whether to build the schema from code (true) or fetch from live cluster (false).
- 型: 真偽値 (詳細)
- plugins
List of OpenSearch/Elasticsearch plugins available on the target cluster. Only used when build=true. If not provided, plugins will be detected from the connected cluster.
- 複数の値は | または代わりの文字で区切ってください。
- 値の最大数は 50 です (より高い上限が許可されているクライアントでは 500)。
例:
- Get a dump of CirrusSearch schema from the live cluster.
- api.php?action=cirrus-schema-dump [サンドボックスで開く]
- Generate CirrusSearch schema from code configuration.
- api.php?action=cirrus-schema-dump&build=true [サンドボックスで開く]
- Generate CirrusSearch schema with specific plugins enabled.
- api.php?action=cirrus-schema-dump&build=true&plugins=analysis-icu|extra-analysis-textify [サンドボックスで開く]