You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/docs/reindex.asciidoc
+30-12
Original file line number
Diff line number
Diff line change
@@ -476,14 +476,9 @@ which defaults to a maximum size of 100 MB.
476
476
(Optional, integer) Total number of slices.
477
477
478
478
`sort`:::
479
-
+
480
-
--
481
479
(Optional, list) A comma-separated list of `<field>:<direction>` pairs to sort by before indexing.
482
480
Use in conjunction with `max_docs` to control what documents are reindexed.
483
481
484
-
deprecated::[7.6, Sort in reindex is deprecated. Sorting in reindex was never guaranteed to index documents in order and prevents further development of reindex such as resilience and performance improvements. If used in combination with `max_docs`, consider using a query filter instead.]
485
-
--
486
-
487
482
`_source`:::
488
483
(Optional, string) If `true` reindexes all source fields.
0 commit comments