We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8965d1c commit 30417c3Copy full SHA for 30417c3
src/Nest/IndexModules/IndexSettings/Settings/IndexSettings.cs
@@ -25,7 +25,7 @@ public interface IIndexSettings : IDynamicIndexSettings
25
int? NumberOfRoutingShards { get; set; }
26
27
/// <summary>
28
- /// The number of primary shards that an index should have. Defaults to 5.
+ /// The number of primary shards that an index should have. Defaults to 1.
29
/// This setting can only be set at index creation time. It cannot be changed on a closed index.
30
/// </summary>
31
int? NumberOfShards { get; set; }
0 commit comments