Property MaxMergeAtOnce
MaxMergeAtOnce
Gets or sets maximum number of segments to be merged at a time during "normal" merging. For explicit merging (eg, ForceMerge(Int32) or ForceMergeDeletes() was called), see MaxMergeAtOnceExplicit. Default is 10.
Declaration
public virtual int MaxMergeAtOnce { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |