Skip to content

Commit

Permalink
Update _ingest-pipelines/processors/html-strip.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
  • Loading branch information
vagimeli and natebower authored Jun 6, 2024
1 parent 764c597 commit 0d6356a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ingest-pipelines/processors/html-strip.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 0d6356a

Please sign in to comment.