Skip to content

Commit e97416c

Browse files
committed
[DOCS] Correct link to index.store.preload setting (#47145)
1 parent 939c9ac commit e97416c

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
@@ -345,8 +345,8 @@ If the machine running Elasticsearch is restarted, the filesystem cache will be
345345
empty, so it will take some time before the operating system loads hot regions
346346
of the index into memory so that search operations are fast. You can explicitly
347347
tell the operating system which files should be loaded into memory eagerly
348-
depending on the file extension using the <<file-system,`index.store.preload`>>
349-
setting.
348+
depending on the file extension using the
349+
<<preload-data-to-file-system-cache,`index.store.preload`>> setting.
350350

351351
WARNING: Loading data into the filesystem cache eagerly on too many indices or
352352
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)