{
  "topic": "errors.SEARCH_RESULT_LIMIT",
  "path": [
    "errors",
    "SEARCH_RESULT_LIMIT"
  ],
  "title": "SEARCH_RESULT_LIMIT — search result set exceeds the allowed limit",
  "synopsis": "The server imposes an upper bound on the number of results returned per page and per job to protect cluster resources. Returned when the request exceeds this limit — either by requesting too large a page size or by the matched result count exceeding the cap.",
  "body": "# errors.SEARCH_RESULT_LIMIT\n\n## NAME\n\nSEARCH_RESULT_LIMIT — the search query matched more results than the server-enforced maximum page or result set size.\n\n## SYNOPSIS\n\nHTTP: `400` `Bad Request`. Retryable: `no`.\n\n## DESCRIPTION\n\nThe server imposes an upper bound on the number of results returned per page and per job to protect cluster resources. Returned when the request exceeds this limit — either by requesting too large a page size or by the matched result count exceeding the cap.\n\nNot retryable with the same parameters. A smaller `pageSize` or more selective filter conditions reduce the result set below the cap.\n\n## SEE ALSO\n\n- errors\n- errors.SEARCH_JOB_NOT_FOUND\n- errors.SEARCH_SHARD_TIMEOUT\n",
  "sections": [
    {
      "name": "NAME",
      "body": "SEARCH_RESULT_LIMIT — the search query matched more results than the server-enforced maximum page or result set size."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `400` `Bad Request`. Retryable: `no`."
    },
    {
      "name": "DESCRIPTION",
      "body": "The server imposes an upper bound on the number of results returned per page and per job to protect cluster resources. Returned when the request exceeds this limit — either by requesting too large a page size or by the matched result count exceeding the cap.\n\nNot retryable with the same parameters. A smaller `pageSize` or more selective filter conditions reduce the result set below the cap."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.SEARCH_JOB_NOT_FOUND\n- errors.SEARCH_SHARD_TIMEOUT"
    }
  ],
  "see_also": [
    "errors",
    "errors.SEARCH_JOB_NOT_FOUND",
    "errors.SEARCH_SHARD_TIMEOUT"
  ],
  "stability": "stable",
  "actions": []
}
