Skip to content

Commit 47b43d2

Browse files
committed
[DOCS] Correct link to index.store.preload setting (#47145)
1 parent 4e0fdf0 commit 47b43d2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/reference/how-to/search-speed.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ If the machine running Elasticsearch is restarted, the filesystem cache will be
340340
empty, so it will take some time before the operating system loads hot regions
341341
of the index into memory so that search operations are fast. You can explicitly
342342
tell the operating system which files should be loaded into memory eagerly
343-
depending on the file extension using the <<file-system,`index.store.preload`>>
344-
setting.
343+
depending on the file extension using the
344+
<<preload-data-to-file-system-cache,`index.store.preload`>> setting.
345345

346346
WARNING: Loading data into the filesystem cache eagerly on too many indices or
347347
too many files will make search _slower_ if the filesystem cache is not large

docs/reference/index-modules/store.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ setting is useful, for example, if you are in an environment where you can not
8484
control the ability to create a lot of memory maps so you need disable the
8585
ability to use memory-mapping.
8686

87-
=== Pre-loading data into the file system cache
87+
[[preload-data-to-file-system-cache]]
88+
=== Preloading data into the file system cache
8889

8990
NOTE: This is an expert setting, the details of which may change in the future.
9091

0 commit comments

Comments
 (0)