Skip to content

Commit

Permalink
Significant terms: add scriptable significance heuristic elastic#7850
Browse files Browse the repository at this point in the history
  • Loading branch information
markharwood committed Sep 18, 2015
1 parent de7171f commit d937fee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/webpackShims/kb/api_2_0/aggregations.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,14 @@ define(function () {
"percentage":{},
"gnd": {
"background_is_superset": { __one_of: [ true, false ] }
},
"script_heuristic":{
__template: {
"script": "_subset_freq/(_superset_freq - _subset_freq + 1)"
},
"script": {
// populated by a global rule
}
}
},
"range": {
Expand Down

0 comments on commit d937fee

Please sign in to comment.