From 0d6356aeb84f4a40ac32c87cd1ec24bd23557d37 Mon Sep 17 00:00:00 2001 From: Melissa Vagi Date: Thu, 6 Jun 2024 09:16:04 -0600 Subject: [PATCH] Update _ingest-pipelines/processors/html-strip.md Co-authored-by: Nathan Bower Signed-off-by: Melissa Vagi --- _ingest-pipelines/processors/html-strip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_ingest-pipelines/processors/html-strip.md b/_ingest-pipelines/processors/html-strip.md index 13bb085c04..4e14858339 100644 --- a/_ingest-pipelines/processors/html-strip.md +++ b/_ingest-pipelines/processors/html-strip.md @@ -120,7 +120,7 @@ PUT products/_doc/1?pipeline=strip-html-pipeline #### Response -The response shows that the request has indexed the document into the index `products` and will index all documents with the `description` field containing HTML tags, while storing the cleaned version in the `cleaned_description` field. +The response shows that the request has indexed the document into the index `products` and will index all documents with the `description` field containing HTML tags while storing the clean version in the `cleaned_description` field: ```json {