Rename max_single_primary_size to max_primary_shard_size (#69239)

This commit is contained in:
Joe Gallo 2021-02-18 21:13:58 -05:00 committed by GitHub
parent db6b3b8cd4
commit 7e7c5db74e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 324 additions and 324 deletions

View file

@ -56,9 +56,9 @@ include-tagged::{doc-tests-file}[{api}-request-settings]
["source","java",subs="attributes,callouts,macros"]
--------------------------------------------------
include-tagged::{doc-tests-file}[{api}-request-maxSinglePrimarySize]
include-tagged::{doc-tests-file}[{api}-request-maxPrimaryShardSize]
--------------------------------------------------
<1> The max single primary shard size of the target index
<1> The max primary shard size of the target index
["source","java",subs="attributes,callouts,macros"]
--------------------------------------------------