Skip to content

Commit

Permalink
Fix compil after backport
Browse files Browse the repository at this point in the history
Relates #31066
  • Loading branch information
jimczi committed Jun 5, 2018
1 parent 50835b7 commit 86e5f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ setup:
---
"search index prefixes with span_multi":
- skip:
version: " - 6.99.99"
version: " - 6.2.99"
reason: span_multi throws an exception with prefix fields on < versions

- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ protected void initializeAdditionalMappings(MapperService mapperService) throws
.endObject().endObject().endObject();

mapperService.merge("_doc",
new CompressedXContent(Strings.toString(mapping)), MapperService.MergeReason.MAPPING_UPDATE);
new CompressedXContent(Strings.toString(mapping)), MapperService.MergeReason.MAPPING_UPDATE, true);
}

@Override
Expand Down

0 comments on commit 86e5f00

Please sign in to comment.