Skip to content

Commit 9e77004

Browse files
committed
[DOCS] Add anchors for Asciidoctor migration (#41648)
1 parent c2cb2d2 commit 9e77004

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/reference/getting-started.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ This REST access pattern is pervasive throughout all the API commands that if yo
375375
Elasticsearch provides data manipulation and search capabilities in near real time. By default, you can expect a one second delay (refresh interval) from the time you index/update/delete your data until the time that it appears in your search results. This is an important distinction from other platforms like SQL wherein data is immediately available after a transaction is completed.
376376

377377
[float]
378+
[[indexing-replacing-documents]]
378379
=== Indexing/Replacing Documents
379380

380381
We've previously seen how we can index a single document. Let's recall that command again:

docs/reference/modules/threadpool.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ The following are the types of thread pools that can be used and their
7878
respective parameters:
7979

8080
[float]
81+
[[cache]]
8182
==== `cache`
8283

8384
The `cache` thread pool is an unbounded thread pool that will spawn a
@@ -92,6 +93,7 @@ threadpool:
9293
--------------------------------------------------
9394

9495
[float]
96+
[[fixed]]
9597
==== `fixed`
9698

9799
The `fixed` thread pool holds a fixed size of threads to handle the
@@ -124,4 +126,4 @@ are wrongly detected, in such cases, the number of processors can be
124126
explicitly set using the `processors` setting.
125127

126128
In order to check the number of processors detected, use the nodes info
127-
API with the `os` flag.
129+
API with the `os` flag.

0 commit comments

Comments
 (0)