Skip to content

Commit

Permalink
Update _search-plugins/search-pipelines/split-processor.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis and natebower committed Jul 22, 2024
1 parent e8b277d commit d9f3558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _search-plugins/search-pipelines/split-processor.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following example demonstrates using a search pipeline with a `split` proces

### Setup

Create an index named `my_index` and index a document with the field `message`:
Create an index named `my_index` and index a document containing the field `message`:

```json
POST /my_index/_doc/1
Expand Down

0 comments on commit d9f3558

Please sign in to comment.