mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
[doc] update set and append processor doc examples
This commit is contained in:
parent
15ecf76d54
commit
11d4417251
@ -38,7 +38,8 @@ its value will be replaced with the provided one.
|
||||
--------------------------------------------------
|
||||
{
|
||||
"set": {
|
||||
"field1": 582.1
|
||||
"field": "field1",
|
||||
"value": 582.1
|
||||
}
|
||||
}
|
||||
--------------------------------------------------
|
||||
@ -53,7 +54,8 @@ Accepts a single value or an array of values.
|
||||
--------------------------------------------------
|
||||
{
|
||||
"append": {
|
||||
"field1": ["item2", "item3", "item4"]
|
||||
"field": "field1"
|
||||
"value": ["item2", "item3", "item4"]
|
||||
}
|
||||
}
|
||||
--------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user