Skip to content

Commit

Permalink
docs: marked foreach processor as experimental
Browse files Browse the repository at this point in the history
Closes #19602
  • Loading branch information
martijnvg committed Sep 30, 2016
1 parent bfc6156 commit 55dce52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/reference/ingest/ingest-node.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,12 @@ to the requester.

[[foreach-processor]]
=== Foreach Processor

experimental[This processor may change or be replaced by something else that provides similar functionality. This
processor executes in its own context, which makes it different compared to all other processors and for features like
verbose simulation the subprocessor isn't visible. The reason we still expose this processor, is that it is the only
processor that can operate on an array]

Processes elements in an array of unknown length.

All processors can operate on elements inside an array, but if all elements of an array need to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
*
* This can be useful in cases to do string operations on json array of strings,
* or remove a field from objects inside a json array.
*
* Note that this processor is experimental.
*/
public final class ForEachProcessor extends AbstractProcessor {

Expand Down

0 comments on commit 55dce52

Please sign in to comment.