Content Delivery

Count content matching a Lucene query

Performs an index count using the specified Lucene query and returns the total number of matching contentlets as a plain text string.

get/api/content/indexcount/{query}

Path parameters

querystring required

Lucene query string to count matching content

Query parameters

typestring

Response format type (optional)

callbackstring

JSONP callback function name (optional)

Response

Count of matching contentlets returned successfully

Changes