Skip to content

Commit

Permalink
Update documentation for default number of shards (#3840)
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam authored and Mpdreamz committed Jun 20, 2019
1 parent 32593bd commit 5d84d79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public interface IIndexSettings : IDynamicIndexSettings
int? NumberOfRoutingShards { get; set; }

/// <summary>
/// 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.
/// This setting can only be set at index creation time. It cannot be changed on a closed index.
/// </summary>
int? NumberOfShards { get; set; }
Expand Down

0 comments on commit 5d84d79

Please sign in to comment.