Search Results for

    Show / Hide Table of Contents

    Class FixedIndexSettings

    const string collection of known OpenSearch index settings that can only be provided at index creation time

    Inheritance
    object
    FixedIndexSettings
    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 FixedIndexSettings

    Fields

    | Edit this page View Source

    Hidden

    Indicates whether the index should be hidden by default. Hidden indices are not returned by default when using a wildcard expression.

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

    NumberOfRoutingShards

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

    NumberOfShards

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

    PercolatorMapUnmappedFieldsAsText

    If a field referred to in a percolator query does not exist, it will be handled as a default text field so that adding the percolator query doesn't fail. Defaults to false

    Declaration
    public const string PercolatorMapUnmappedFieldsAsText = "index.percolator.map_unmapped_fields_as_text"
    Field Value
    Type Description
    string
    | Edit this page View Source

    RoutingPartitionSize

    Declaration
    public const string RoutingPartitionSize = "index.routing_partition_size"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    • Fields
      • Hidden
      • NumberOfRoutingShards
      • NumberOfShards
      • PercolatorMapUnmappedFieldsAsText
      • RoutingPartitionSize
    Back to top Generated by DocFX