Class FixedIndexSettings
const string collection of known OpenSearch index settings that can only be provided at
index creation time
Inheritance
FixedIndexSettings
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
|
Edit this page
View Source
NumberOfRoutingShards
Declaration
public const string NumberOfRoutingShards = "index.number_of_routing_shards"
Field Value
|
Edit this page
View Source
NumberOfShards
Declaration
public const string NumberOfShards = "index.number_of_shards"
Field Value
|
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
|
Edit this page
View Source
RoutingPartitionSize
Declaration
public const string RoutingPartitionSize = "index.routing_partition_size"
Field Value