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

prop=cirrusdoc (cd)

(main | query | cirrusdoc)

Dump of a CirrusSearch article document from the search servers

Specific parameter:
Other general parameters are available.
cdincludes

Define which fields should be returned by the search.

Separate values with | or alternative.
Maximum number of values is 50 (500 for clients that are allowed higher limits).
Default: all
Examples:
Get a dump of a single CirrusSearch article as currently indexed into search.
api.php?action=query&prop=cirrusdoc&titles=Main_Page [open in sandbox]
Get a dump of CirrusSearch settings for this wiki with just the Categories that have been selected using the 'includes' parameter
api.php?action=query&prop=cirrusdoc&titles=Main_Page&cdincludes=category [open in sandbox]