Skip to content

Commit 30417c3

Browse files
committed
Update documentation for default number of shards
Relates: elastic/elasticsearch#30539
1 parent 8965d1c commit 30417c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/IndexModules/IndexSettings/Settings/IndexSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public interface IIndexSettings : IDynamicIndexSettings
2525
int? NumberOfRoutingShards { get; set; }
2626

2727
/// <summary>
28-
/// The number of primary shards that an index should have. Defaults to 5.
28+
/// The number of primary shards that an index should have. Defaults to 1.
2929
/// This setting can only be set at index creation time. It cannot be changed on a closed index.
3030
/// </summary>
3131
int? NumberOfShards { get; set; }

0 commit comments

Comments
 (0)