We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571c2ca commit 768a513Copy full SHA for 768a513
test/framework/src/main/java/org/elasticsearch/index/mapper/MapperTestCase.java
@@ -519,7 +519,7 @@ public void testBoostNotAllowed() throws IOException {
519
MapperParsingException e = expectThrows(
520
MapperParsingException.class,
521
() -> createMapperService(boostNotAllowedIndexVersion(), fieldMapping(b -> {
522
- minimalMapping(b, boostNotAllowedIndexVersion());
+ minimalMapping(b);
523
b.field("boost", 2.0);
524
}))
525
);
0 commit comments