Skip to content

Commit c1c6a41

Browse files
committed
[DOCS] Replace _uid refs in reindex slicing docs (#48649)
PR #25543 removed the `_uid` field in favor of the `_id` field, including for use in slicing. This removes an outdated reference to `_uid` in our reindex docs.
1 parent 887773c commit c1c6a41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/java-rest/high-level/document/reindex.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ include-tagged::{doc-tests-file}[{api}-request-remote]
122122
<1> set remote elastic cluster
123123

124124
+{request}+ also helps in automatically parallelizing using `sliced-scroll` to
125-
slice on `_uid`. Use `setSlices` to specify the number of slices to use.
125+
slice on `_id`. Use `setSlices` to specify the number of slices to use.
126126

127127
["source","java",subs="attributes,callouts,macros"]
128128
--------------------------------------------------

docs/reference/docs/reindex.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ which results in a sensible `total` like this one:
245245
====== Automatic slicing
246246

247247
You can also let `_reindex` automatically parallelize using <<sliced-scroll>> to
248-
slice on `_uid`. Use `slices` to specify the number of slices to use:
248+
slice on `_id`. Use `slices` to specify the number of slices to use:
249249

250250
[source,console]
251251
----------------------------------------------------------------

0 commit comments

Comments
 (0)