Skip to content

Commit

Permalink
Merge pull request #130 from ycombinator/gh-129
Browse files Browse the repository at this point in the history
Update include & exclude syntax for ES 2.x
  • Loading branch information
ycombinator committed Apr 14, 2016
2 parents 3432052 + 86d1fd5 commit 3bc7e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api_server/es_2_0/aggregations.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ var rules = {
"shard_size": 10,
"shard_min_doc_count": 10,
"min_doc_count": 10,
"include": {__one_of: ["*", {pattern: "", flags: ""}]},
"exclude": {__one_of: ["*", {pattern: "", flags: ""}]},
"include": ".*",
"exclude": ".*",
"execution_hint": {__one_of: ["map", "global_ordinals", "global_ordinals_hash"]},
"background_filter": {
__scope_link: "GLOBAL.filter"
Expand Down

0 comments on commit 3bc7e08

Please sign in to comment.