mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-06 10:59:12 +00:00
Merge pull request #18981 from elastic/doc/ingest-foreach
Wrong name for values field
This commit is contained in:
commit
157645fe9e
@ -881,7 +881,7 @@ Assume the following document:
|
||||
[source,js]
|
||||
--------------------------------------------------
|
||||
{
|
||||
"value" : ["foo", "bar", "baz"]
|
||||
"values" : ["foo", "bar", "baz"]
|
||||
}
|
||||
--------------------------------------------------
|
||||
|
||||
@ -908,7 +908,7 @@ Then the document will look like this after preprocessing:
|
||||
[source,js]
|
||||
--------------------------------------------------
|
||||
{
|
||||
"value" : ["FOO", "BAR", "BAZ"]
|
||||
"values" : ["FOO", "BAR", "BAZ"]
|
||||
}
|
||||
--------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user