Skip to content

Commit 7901adc

Browse files
add TOC
1 parent 01d5a86 commit 7901adc

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/reference/elasticsearch/rest-apis/update-by-query-api.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ This page provides examples of how to use the [Update by query API](https://www.
1212

1313
You can learn how to:
1414

15-
- [Run a basic `_update_by_query` request](#basic-usage)
16-
- Use custom batch sizes or limits
17-
- Modify document source fields with a script
18-
- Use ingest pipelines
19-
- Monitor or cancel long-running update operations
20-
- Throttle update operations
21-
- Use slicing to parallelize updates
22-
- Apply updates after mapping changes
15+
- [Run basic update-by-query operations](#run-basic-updates)
16+
- [Modify documents using scripts or ingest pipelines](#update-the-document)
17+
- [Throttle update operations](#change-throttling-for-a-request)
18+
- [Parallelize updates using manual slicing](#slice-manually)
19+
- [Automate slicing for better performance](#use-automatic-slicing)
20+
- [Apply mapping changes to existing documents](#pick-up-a-new-property)
2321

2422
## Run basic updates
2523

0 commit comments

Comments
 (0)