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

Commit

Permalink
Sense: update execution_hint for significant terms agg and terms agg
Browse files Browse the repository at this point in the history
  • Loading branch information
bleskes committed Nov 18, 2014
1 parent a815afa commit 6060054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sense/app/kb/api_1_0/aggregations.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ define(function () {
// TODO: these also support regex - extend!
"include": "*",
"exclude": "*",
"execution_hint": { __one_of: ["map", "ordinals", "global_ordinals"] },
"execution_hint": { __one_of: ["map", "global_ordinals", "global_ordinals_hash", "global_ordinals_low_cardinality"] },
"show_term_doc_count_error": { __one_of: [ true, false ]},
"collect_mode": { __one_of: [ "depth_first", "breadth_first"]}
},
Expand All @@ -108,7 +108,7 @@ define(function () {
"min_doc_count": 10,
"include": { __one_of: [ "*", { pattern: "", flags: ""}]},
"exclude": { __one_of: [ "*", { pattern: "", flags: ""}]},
"execution_hint": { __one_of: ["map", "ordinals", "global_ordinals"] },
"execution_hint": { __one_of: ["map", "global_ordinals", "global_ordinals_hash" ] },
"background_filter": {
__scope_link: "GLOBAL.filter"
},
Expand Down

0 comments on commit 6060054

Please sign in to comment.