Search Results for

    Show / Hide Table of Contents

    Interface IShardBalancingHeuristicsSettings

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IShardBalancingHeuristicsSettings

    Properties

    | Edit this page View Source

    BalanceIndex

    Defines a factor to the number of shards per index allocated on a specific node (float). Defaults to 0.55f. Raising this raises the tendency to equalize the number of shards per index across all nodes in the cluster.

    Declaration
    float? BalanceIndex { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    BalanceShard

    Defines the weight factor for shards allocated on a node (float). Defaults to 0.45f. Raising this raises the tendency to equalize the number of shards across all nodes in the cluster.

    Declaration
    float? BalanceShard { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    BalanceThreshold

    Minimal optimization value of operations that should be performed (non negative float). Defaults to 1.0f. Raising this will cause the cluster to be less aggressive about optimizing the shard balance

    Declaration
    float? BalanceThreshold { get; set; }
    Property Value
    Type Description
    float?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • BalanceIndex
      • BalanceShard
      • BalanceThreshold
    • Extension Methods
    Back to top Generated by DocFX