Search Results for

    Show / Hide Table of Contents

    Class UpdatableIndexSettings

    Collection of OpenSearch index settings that can be dynamically updated

    Inheritance
    object
    UpdatableIndexSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public static class UpdatableIndexSettings

    Fields

    | Edit this page View Source

    Analysis

    Declaration
    public const string Analysis = "analysis"
    Field Value
    Type Description
    string
    | Edit this page View Source

    AnalyzeMaxTokenCount

    Declaration
    public const string AnalyzeMaxTokenCount = "index.analyze.max_token_count"
    Field Value
    Type Description
    string
    | Edit this page View Source

    AutoExpandReplicas

    Declaration
    public const string AutoExpandReplicas = "index.auto_expand_replicas"
    Field Value
    Type Description
    string
    | Edit this page View Source

    BlocksMetadata

    Declaration
    public const string BlocksMetadata = "index.blocks.metadata"
    Field Value
    Type Description
    string
    | Edit this page View Source

    BlocksRead

    Declaration
    public const string BlocksRead = "index.blocks.read"
    Field Value
    Type Description
    string
    | Edit this page View Source

    BlocksReadOnly

    Declaration
    public const string BlocksReadOnly = "index.blocks.read_only"
    Field Value
    Type Description
    string
    | Edit this page View Source

    BlocksReadOnlyAllowDelete

    Declaration
    public const string BlocksReadOnlyAllowDelete = "index.blocks.read_only_allow_delete"
    Field Value
    Type Description
    string
    | Edit this page View Source

    BlocksWrite

    Declaration
    public const string BlocksWrite = "index.blocks.write"
    Field Value
    Type Description
    string
    | Edit this page View Source

    CompoundFormat

    Declaration
    public const string CompoundFormat = "index.compound_format"
    Field Value
    Type Description
    string
    | Edit this page View Source

    CompoundOnFlush

    Declaration
    public const string CompoundOnFlush = "index.compound_on_flush"
    Field Value
    Type Description
    string
    | Edit this page View Source

    DefaultPipeline

    Declaration
    public const string DefaultPipeline = "index.default_pipeline"
    Field Value
    Type Description
    string
    | Edit this page View Source

    FinalPipeline

    Declaration
    public const string FinalPipeline = "index.final_pipeline"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MappingNestedFieldsLimit

    limits the number of unique nested types per index.

    Declaration
    public const string MappingNestedFieldsLimit = "index.mapping.nested_fields.limit"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MappingNestedObjectsLimit

    limits the number of nested objects that a single document may contain across all nested types, in order to prevent out of memory errors when a document contains too many nested objects.

    Declaration
    public const string MappingNestedObjectsLimit = "index.mapping.nested_objects.limit"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MaxInnerResultWindow

    maximum value of from + size on an individual inner hit definition or top hits aggregation

    Declaration
    public const string MaxInnerResultWindow = "index.max_inner_result_window"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MaxNGramDiff

    the maximum difference between min_gram and max_gram for INGramTokenizer and INGramTokenFilter

    Declaration
    public const string MaxNGramDiff = "index.max_ngram_diff"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MaxResultWindow

    maximum value of from + size on a query

    Declaration
    public const string MaxResultWindow = "index.max_result_window"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MaxScriptFields

    maximum value of allowed script_fields that can be retrieved per search request.

    Declaration
    public const string MaxScriptFields = "index.max_script_fields"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MaxShingleDiff

    the maximum difference between min_shingle_size and max_shingle_size for IShingleTokenFilter

    Declaration
    public const string MaxShingleDiff = "index.max_shingle_diff"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MergePolicyExpungeDeletesAllowed

    Declaration
    public const string MergePolicyExpungeDeletesAllowed = "index.merge.policy.expunge_deletes_allowed"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MergePolicyFloorSegment

    Declaration
    public const string MergePolicyFloorSegment = "index.merge.policy.floor_segment"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MergePolicyMaxMergeAtOnce

    Declaration
    public const string MergePolicyMaxMergeAtOnce = "index.merge.policy.max_merge_at_once"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MergePolicyMaxMergeAtOnceExplicit

    Declaration
    public const string MergePolicyMaxMergeAtOnceExplicit = "index.merge.policy.max_merge_at_once_explicit"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MergePolicyMaxMergedSegment

    Declaration
    public const string MergePolicyMaxMergedSegment = "index.merge.policy.max_merged_segment"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MergePolicyReclaimDeletesWeight

    Declaration
    public const string MergePolicyReclaimDeletesWeight = "index.merge.policy.reclaim_deletes_weight"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MergePolicySegmentsPerTier

    Declaration
    public const string MergePolicySegmentsPerTier = "index.merge.policy.segments_per_tier"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MergeSchedulerAutoThrottle

    Declaration
    public const string MergeSchedulerAutoThrottle = "index.merge.scheduler.auto_throttle"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MergeSchedulerMaxThreadCount

    Declaration
    public const string MergeSchedulerMaxThreadCount = "index.merge.scheduler.max_thread_count"
    Field Value
    Type Description
    string
    | Edit this page View Source

    NumberOfReplicas

    Declaration
    public const string NumberOfReplicas = "index.number_of_replicas"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Priority

    Declaration
    public const string Priority = "index.priority"
    Field Value
    Type Description
    string
    | Edit this page View Source

    QueriesCacheEnabled

    Declaration
    public const string QueriesCacheEnabled = "index.queries.cache.enabled"
    Field Value
    Type Description
    string
    | Edit this page View Source

    RecoveryInitialShards

    Declaration
    public const string RecoveryInitialShards = "index.recovery.initial_shards"
    Field Value
    Type Description
    string
    | Edit this page View Source

    RefreshInterval

    Declaration
    public const string RefreshInterval = "index.refresh_interval"
    Field Value
    Type Description
    string
    | Edit this page View Source

    RequestsCacheEnable

    Declaration
    public const string RequestsCacheEnable = "index.requests.cache.enable"
    Field Value
    Type Description
    string
    | Edit this page View Source

    RoutingAllocationDisableAllocation

    Declaration
    public const string RoutingAllocationDisableAllocation = "index.routing.allocation.disable_allocation"
    Field Value
    Type Description
    string
    | Edit this page View Source

    RoutingAllocationDisableNewAllocation

    Declaration
    public const string RoutingAllocationDisableNewAllocation = "index.routing.allocation.disable_new_allocation"
    Field Value
    Type Description
    string
    | Edit this page View Source

    RoutingAllocationDisableReplicaAllocation

    Declaration
    public const string RoutingAllocationDisableReplicaAllocation = "index.routing.allocation.disable_replica_allocation"
    Field Value
    Type Description
    string
    | Edit this page View Source

    RoutingAllocationEnable

    Declaration
    public const string RoutingAllocationEnable = "index.routing.allocation.enable"
    Field Value
    Type Description
    string
    | Edit this page View Source

    RoutingAllocationExclude

    Declaration
    public const string RoutingAllocationExclude = "index.routing.allocation.exclude"
    Field Value
    Type Description
    string
    | Edit this page View Source

    RoutingAllocationInclude

    Declaration
    public const string RoutingAllocationInclude = "index.routing.allocation.include"
    Field Value
    Type Description
    string
    | Edit this page View Source

    RoutingAllocationRequire

    Declaration
    public const string RoutingAllocationRequire = "index.routing.allocation.require"
    Field Value
    Type Description
    string
    | Edit this page View Source

    RoutingAllocationTotalShardsPerNode

    Declaration
    public const string RoutingAllocationTotalShardsPerNode = "index.routing.allocation.total_shards_per_node"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Similarity

    Declaration
    public const string Similarity = "similarity"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SlowlogIndexingLevel

    Declaration
    public const string SlowlogIndexingLevel = "index.indexing.slowlog.level"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SlowlogIndexingSource

    Declaration
    public const string SlowlogIndexingSource = "index.indexing.slowlog.source"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SlowlogIndexingThresholdFetchDebug

    Declaration
    public const string SlowlogIndexingThresholdFetchDebug = "index.indexing.slowlog.threshold.index.debug"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SlowlogIndexingThresholdFetchInfo

    Declaration
    public const string SlowlogIndexingThresholdFetchInfo = "index.indexing.slowlog.threshold.index.info"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SlowlogIndexingThresholdFetchTrace

    Declaration
    public const string SlowlogIndexingThresholdFetchTrace = "index.indexing.slowlog.threshold.index.trace"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SlowlogIndexingThresholdFetchWarn

    Declaration
    public const string SlowlogIndexingThresholdFetchWarn = "index.indexing.slowlog.threshold.index.warn"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SlowlogSearchLevel

    Declaration
    public const string SlowlogSearchLevel = "index.search.slowlog.level"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SlowlogSearchThresholdFetchDebug

    Declaration
    public const string SlowlogSearchThresholdFetchDebug = "index.search.slowlog.threshold.fetch.debug"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SlowlogSearchThresholdFetchInfo

    Declaration
    public const string SlowlogSearchThresholdFetchInfo = "index.search.slowlog.threshold.fetch.info"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SlowlogSearchThresholdFetchTrace

    Declaration
    public const string SlowlogSearchThresholdFetchTrace = "index.search.slowlog.threshold.fetch.trace"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SlowlogSearchThresholdFetchWarn

    Declaration
    public const string SlowlogSearchThresholdFetchWarn = "index.search.slowlog.threshold.fetch.warn"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SlowlogSearchThresholdQueryDebug

    Declaration
    public const string SlowlogSearchThresholdQueryDebug = "index.search.slowlog.threshold.query.debug"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SlowlogSearchThresholdQueryInfo

    Declaration
    public const string SlowlogSearchThresholdQueryInfo = "index.search.slowlog.threshold.query.info"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SlowlogSearchThresholdQueryTrace

    Declaration
    public const string SlowlogSearchThresholdQueryTrace = "index.search.slowlog.threshold.query.trace"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SlowlogSearchThresholdQueryWarn

    Declaration
    public const string SlowlogSearchThresholdQueryWarn = "index.search.slowlog.threshold.query.warn"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SoftDeletesEnabled

    Declaration
    public const string SoftDeletesEnabled = "index.soft_deletes.enabled"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SoftDeletesRetentionOperations

    Declaration
    public const string SoftDeletesRetentionOperations = "index.soft_deletes.retention.operations"
    Field Value
    Type Description
    string
    | Edit this page View Source

    StoreType

    Declaration
    public const string StoreType = "index.store.type"
    Field Value
    Type Description
    string
    | Edit this page View Source

    TranslogDurability

    Declaration
    public const string TranslogDurability = "index.translog.durability"
    Field Value
    Type Description
    string
    | Edit this page View Source

    TranslogFlushThresholdPeriod

    Declaration
    public const string TranslogFlushThresholdPeriod = "index.translog.flush_threshold_period"
    Field Value
    Type Description
    string
    | Edit this page View Source

    TranslogFlushThresholdSize

    Declaration
    public const string TranslogFlushThresholdSize = "index.translog.flush_threshold_size"
    Field Value
    Type Description
    string
    | Edit this page View Source

    TranslogSyncInterval

    Declaration
    public const string TranslogSyncInterval = "index.translog.sync_interval"
    Field Value
    Type Description
    string
    | Edit this page View Source

    UnassignedNodeLeftDelayedTimeout

    Declaration
    public const string UnassignedNodeLeftDelayedTimeout = "index.unassigned.node_left.delayed_timeout"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    • Fields
      • Analysis
      • AnalyzeMaxTokenCount
      • AutoExpandReplicas
      • BlocksMetadata
      • BlocksRead
      • BlocksReadOnly
      • BlocksReadOnlyAllowDelete
      • BlocksWrite
      • CompoundFormat
      • CompoundOnFlush
      • DefaultPipeline
      • FinalPipeline
      • MappingNestedFieldsLimit
      • MappingNestedObjectsLimit
      • MaxInnerResultWindow
      • MaxNGramDiff
      • MaxResultWindow
      • MaxScriptFields
      • MaxShingleDiff
      • MergePolicyExpungeDeletesAllowed
      • MergePolicyFloorSegment
      • MergePolicyMaxMergeAtOnce
      • MergePolicyMaxMergeAtOnceExplicit
      • MergePolicyMaxMergedSegment
      • MergePolicyReclaimDeletesWeight
      • MergePolicySegmentsPerTier
      • MergeSchedulerAutoThrottle
      • MergeSchedulerMaxThreadCount
      • NumberOfReplicas
      • Priority
      • QueriesCacheEnabled
      • RecoveryInitialShards
      • RefreshInterval
      • RequestsCacheEnable
      • RoutingAllocationDisableAllocation
      • RoutingAllocationDisableNewAllocation
      • RoutingAllocationDisableReplicaAllocation
      • RoutingAllocationEnable
      • RoutingAllocationExclude
      • RoutingAllocationInclude
      • RoutingAllocationRequire
      • RoutingAllocationTotalShardsPerNode
      • Similarity
      • SlowlogIndexingLevel
      • SlowlogIndexingSource
      • SlowlogIndexingThresholdFetchDebug
      • SlowlogIndexingThresholdFetchInfo
      • SlowlogIndexingThresholdFetchTrace
      • SlowlogIndexingThresholdFetchWarn
      • SlowlogSearchLevel
      • SlowlogSearchThresholdFetchDebug
      • SlowlogSearchThresholdFetchInfo
      • SlowlogSearchThresholdFetchTrace
      • SlowlogSearchThresholdFetchWarn
      • SlowlogSearchThresholdQueryDebug
      • SlowlogSearchThresholdQueryInfo
      • SlowlogSearchThresholdQueryTrace
      • SlowlogSearchThresholdQueryWarn
      • SoftDeletesEnabled
      • SoftDeletesRetentionOperations
      • StoreType
      • TranslogDurability
      • TranslogFlushThresholdPeriod
      • TranslogFlushThresholdSize
      • TranslogSyncInterval
      • UnassignedNodeLeftDelayedTimeout
    Back to top Generated by DocFX