Skip to content

Commit 5ee8fee

Browse files
committed
List index mode options in docs
1 parent 73d3153 commit 5ee8fee

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

docs/reference/elasticsearch/index-settings/index-modules.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -65,23 +65,11 @@ PUT my-index-000001
6565

6666

6767
Index mode supports the following values:
68-
69-
`null`
70-
: Default value (same as `standard`).
71-
72-
`standard`
73-
: Standard indexing with default settings.
74-
75-
`lookup`
76-
: Index that can be used for lookup joins in ES|QL. Limited to 1 shard.
77-
78-
79-
`time_series`
80-
: *(data streams only)* Index mode optimized for storage of metrics. For more information, see [Time series index settings](time-series.md).
81-
82-
`logsdb`
83-
: *(data streams only)* Index mode optimized for [logs](docs-content://manage-data/data-store/data-streams/logs-data-stream.md).
84-
68+
* `null` - Default value (same as `standard`).
69+
* `standard` - Standard indexing with default settings.
70+
* `lookup` - Index that can be used for lookup joins in ES|QL. Limited to 1 shard.
71+
* `time_series` - *(data streams only)* Index mode optimized for storage of metrics. For more information, see [Time series index settings](time-series.md).
72+
* `logsdb` - *(data streams only)* Index mode optimized for [logs](docs-content://manage-data/data-store/data-streams/logs-data-stream.md).
8573

8674
$$$routing-partition-size$$$ `index.routing_partition_size`
8775
: The number of shards a custom routing value can go to. Defaults to 1 and can only be set at index creation time. This value must be less than the `index.number_of_routing_shards` unless the `index.number_of_routing_shards` value is also 1. for more details about how this setting is used, refer to [](/reference/elasticsearch/mapping-reference/mapping-routing-field.md#routing-index-partition).

0 commit comments

Comments
 (0)