Skip to content

Commit

Permalink
Fix mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Jul 14, 2020
1 parent 2d54b30 commit 1b2662b
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,16 @@
}
}
},
"threshold": {
"properties": {
"field": {
"type": "keyword"
},
"value": {
"type": "float"
}
}
},
"note": {
"type": "text"
},
Expand Down Expand Up @@ -288,7 +298,7 @@
"type": "keyword"
},
"threshold_count": {
"type": "keyword"
"type": "float"
}
}
}
Expand Down

0 comments on commit 1b2662b

Please sign in to comment.