Class MergePolicySettingsDescriptor
Inheritance
MergePolicySettingsDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class MergePolicySettingsDescriptor : DescriptorBase<MergePolicySettingsDescriptor, IMergePolicySettings>, IDescriptor, IMergePolicySettings
Methods
|
Edit this page
View Source
ExpungeDeletesAllowed(int?)
Declaration
public MergePolicySettingsDescriptor ExpungeDeletesAllowed(int? allowed)
Parameters
Type |
Name |
Description |
int? |
allowed |
|
Returns
|
Edit this page
View Source
FloorSegment(string)
Declaration
public MergePolicySettingsDescriptor FloorSegment(string floorSegment)
Parameters
Type |
Name |
Description |
string |
floorSegment |
|
Returns
|
Edit this page
View Source
MaxMergeAtOnce(int?)
Declaration
public MergePolicySettingsDescriptor MaxMergeAtOnce(int? maxMergeAtOnce)
Parameters
Type |
Name |
Description |
int? |
maxMergeAtOnce |
|
Returns
|
Edit this page
View Source
MaxMergeAtOnceExplicit(int?)
Declaration
public MergePolicySettingsDescriptor MaxMergeAtOnceExplicit(int? maxMergeOnceAtOnceExplicit)
Parameters
Type |
Name |
Description |
int? |
maxMergeOnceAtOnceExplicit |
|
Returns
|
Edit this page
View Source
MaxMergedSegement(string)
Declaration
public MergePolicySettingsDescriptor MaxMergedSegement(string maxMergedSegment)
Parameters
Type |
Name |
Description |
string |
maxMergedSegment |
|
Returns
|
Edit this page
View Source
ReclaimDeletesWeight(double?)
Declaration
public MergePolicySettingsDescriptor ReclaimDeletesWeight(double? weight)
Parameters
Type |
Name |
Description |
double? |
weight |
|
Returns
|
Edit this page
View Source
SegmentsPerTier(int?)
Declaration
public MergePolicySettingsDescriptor SegmentsPerTier(int? segmentsPerTier)
Parameters
Type |
Name |
Description |
int? |
segmentsPerTier |
|
Returns
Implements
Extension Methods