[DOCS] add missing comma
This commit is contained in:
parent
6c0510b01d
commit
5e07644788
|
@ -3,14 +3,14 @@
|
||||||
|
|
||||||
=== Processors
|
=== Processors
|
||||||
|
|
||||||
==== Set processor
|
==== Add processor
|
||||||
Sets one or more fields and associates them with the specified values. If a field already exists,
|
Adds one or more fields and associates them with the specified values. If a field already exists,
|
||||||
its value will be replaced with the provided one.
|
its value will be replaced with the provided one.
|
||||||
|
|
||||||
[source,js]
|
[source,js]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
{
|
{
|
||||||
"set": {
|
"add": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"field": 582.1
|
"field": 582.1
|
||||||
}
|
}
|
||||||
|
@ -33,7 +33,7 @@ Removes one or more existing fields. If a field doesn't exist, nothing will happ
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
==== Rename processor
|
==== Rename processor
|
||||||
Renames one or more existing fields. If a field doesn't exist, an exception will be thrown. Also the new field
|
Renames one or more existing fields. If a field doesn't exist, an exception will be thrown. Also, the new field
|
||||||
name must not exist.
|
name must not exist.
|
||||||
|
|
||||||
[source,js]
|
[source,js]
|
||||||
|
|
Loading…
Reference in New Issue