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 2374109 commit e8b277d
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 @@ -23,7 +23,7 @@ Field | Data type | Description
`target_field` | String | The field in which the array of substrings is stored. If not specified, then the field is updated in place.
`tag` | String | The processor's identifier.
`description` | String | A description of the processor.
`ignore_failure` | Boolean | If `true`, OpenSearch [ignores any failure]({{site.url}}{{site.baseurl}}/search-plugins/search-pipelines/creating-search-pipeline/#ignoring-processor-failures) of this processor and continues to run the remaining processors in the search pipeline. Optional. Default is `false`.
`ignore_failure` | Boolean | If `true`, then OpenSearch [ignores any failure]({{site.url}}{{site.baseurl}}/search-plugins/search-pipelines/creating-search-pipeline/#ignoring-processor-failures) of this processor and continues to run the remaining processors in the search pipeline. Optional. Default is `false`.

## Example

Expand Down

0 comments on commit e8b277d

Please sign in to comment.