Skip to content

Commit 8ba4541

Browse files
committed
Doc
1 parent fb65eb0 commit 8ba4541

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $$$index-codec$$$ `index.codec`
4949

5050
$$$index-mode-setting$$$ `index.mode`
5151
: The `index.mode` setting is used to control settings applied in specific domains like ingestion of time series data or logs. Different mutually exclusive modes exist, which are used to apply settings or default values controlling indexing of documents, sorting and other parameters whose value affects indexing or query performance.
52-
52+
5353
**Example**
5454

5555
```console
@@ -246,3 +246,8 @@ $$$index-final-pipeline$$$
246246

247247
$$$index-hidden$$$ `index.hidden`
248248
: Indicates whether the index should be hidden by default. Hidden indices are not returned by default when using a wildcard expression. This behavior is controlled per request through the use of the `expand_wildcards` parameter. Possible values are `true` and `false` (default).
249+
250+
$$$index-esql-stored-fields-sequential-proportion$$$
251+
252+
`index.esql.stored_fields_sequential_proportion`
253+
: Tuning parameter for deciding when {{esql}} will load [Stored fields](/reference/elasticsearch/rest-apis/retrieve-selected-fields.md#stored-fields) using a strategy tuned for loading dense sequence of documents. Allows values between 0.0 and 1.0 and defaults to 0.2. Indices with documents smaller than 10kb may see speed improvements loading `text` fields by setting this lower.

0 commit comments

Comments
 (0)