Skip to content

Commit cf935fb

Browse files
Update _posts/2025-05-15-optimized-inference-processors.md
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Will Hwang <[email protected]>
1 parent 1e4ce55 commit cf935fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-05-15-optimized-inference-processors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ As demonstrated by the cost and performance results, the `skip_existing` optimiz
232232

233233
If you use the Bulk API with ingest pipelines, it's important to understand how different operations behave.
234234

235-
The Bulk API supports two operations: `index` and `update`:
235+
The Bulk API supports two operations---`index` and `update`:
236236

237237
* The `index` operation replaces the entire document and **does** trigger ingest pipelines.
238238
* The `update` operation modifies only the specified fields but **does not** currently trigger ingest pipelines.

0 commit comments

Comments
 (0)