Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Sense: add geo_bound agg
Browse files Browse the repository at this point in the history
  • Loading branch information
bleskes committed Nov 18, 2014
1 parent 12130f9 commit 5f85c58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sense/app/kb/api_1_0/aggregations.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,13 @@ define(function () {
"combine_script_id": "",
"reduce_script_file": "",
"reduce_script_id": ""
},
"geo_bounds": {
__template: {
field: ""
},
field: "{field}",
wrap_longitude: { __one_of: [ true, false ]}
}
}
};
Expand Down

0 comments on commit 5f85c58

Please sign in to comment.