You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/mapper-extras/src/test/java/org/elasticsearch/index/mapper/extras/MatchOnlyTextFieldMapperTests.java
Copy file name to clipboardExpand all lines: modules/mapper-extras/src/test/java/org/elasticsearch/index/mapper/extras/ScaledFloatFieldMapperTests.java
+1-7
Original file line number
Diff line number
Diff line change
@@ -377,7 +377,6 @@ public SyntheticSourceExample example(int maxVals) {
377
377
returnnewSyntheticSourceExample(
378
378
example.expectedForSyntheticSource(),
379
379
example.expectedForSyntheticSource(),
380
-
example.expectedForBlockLoader(),
381
380
example.mapping()
382
381
);
383
382
}
@@ -400,7 +399,7 @@ public SyntheticSourceExample example(int maxValues) {
Copy file name to clipboardExpand all lines: plugins/mapper-annotated-text/src/test/java/org/elasticsearch/index/mapper/annotatedtext/AnnotatedTextFieldMapperTests.java
0 commit comments