Elasticsearch version 7.17 - reindex with important nested documents

I thinch I find the solution : the parameter index.mapping.nested_fields.limit.

PUT my_index\_settings
{
 "index.mapping.nested_fields.limit": my_max_value
}