I believe I understand the effect of the "shard_size" parameter in relation to Terms aggregations, described here: https://www.elastic.co/guide/en/elasticsearch/reference/8.15/search-aggregations-bucket-terms-aggregation.html
I also found a discussion that implies that Kibana's "Enable accuracy mode" option increases the "shard_size" parameter in the query (https://discuss.elastic.co/t/top3-in-line-graph-and-top-values-in-available-fields-are-different/310382/4).
I'm looking to find out exactly how Accuracy Mode modifies "shard_size"?
Thanks