Skip to content

Commit

Permalink
Don't be strict for 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Aug 30, 2018
1 parent 3262f4a commit 1dc0e93
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,6 @@ public CreateIndexRequest source(Map<String, ?> source, DeprecationHandler depre
} else if (ALIASES.match(name, deprecationHandler)) {
found = true;
aliases((Map<String, Object>) entry.getValue());
} else {
throw new ElasticsearchParseException("unknown key [{}] for create index", name);
}
}
if (!found) {
Expand Down

0 comments on commit 1dc0e93

Please sign in to comment.