ArticleStatsRequest
Request object for the article statistics feature of the Faceting API.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| facetValuesCount | False | Integer | Number of values to return for each metadata field. |
| articleIds | False | List[String] | The IDs of the target articles. Mutually exclusive with articleFilters and advancedFilter. |
| articleFilters | False | Map[String, String] | Filters on the articles' metadata fields that restrict the scope. Mutually exclusive with articleIds. It works in conjunction with advancedFilter, if set. See this guide for details. |
| advancedFilter | False | AdvancedFilter | Advanced filter clause on the articles' metadata fields. Allows expressing complex constraints. Mutually exclusive with articleIds. It works in conjunction with articleFilters, if set. |
| includeDuplicates | False | Boolean | Whether to include duplicate articles in the statistics. |