[DOCS] add missing comma

This commit is contained in:
javanna 2015-12-01 20:07:17 +01:00 committed by Luca Cavanna
parent 6c0510b01d
commit 5e07644788
1 changed files with 4 additions and 4 deletions

View File

@ -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]