Skip to content

Commit

Permalink
Fix mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
wylieconlon committed Nov 17, 2020
1 parent 51c70fb commit edb00b0
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,7 @@
"runtime_number": {
"type": "long",
"script": {
"script": {
"source": "emit(doc['bytes'].value)"
}
"source": "emit(doc['bytes'].value)"
}
}
}
Expand Down Expand Up @@ -723,9 +721,7 @@
"runtime_number": {
"type": "long",
"script": {
"script": {
"source": "emit(doc['bytes'].value)"
}
"source": "emit(doc['bytes'].value)"
}
}
}
Expand Down Expand Up @@ -1098,9 +1094,7 @@
"runtime_number": {
"type": "long",
"script": {
"script": {
"source": "emit(doc['bytes'].value)"
}
"source": "emit(doc['bytes'].value)"
}
}
}
Expand Down

0 comments on commit edb00b0

Please sign in to comment.