Overwrite ignore_above parameter when mapping is updated. Issue #2121
This commit is contained in:
parent
de3fb50c3b
commit
08ba05e713
|
@ -298,6 +298,7 @@ public class StringFieldMapper extends AbstractFieldMapper<String> implements Al
|
|||
if (!mergeContext.mergeFlags().simulate()) {
|
||||
this.includeInAll = ((StringFieldMapper) mergeWith).includeInAll;
|
||||
this.nullValue = ((StringFieldMapper) mergeWith).nullValue;
|
||||
this.ignoreAbove = ((StringFieldMapper) mergeWith).ignoreAbove;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue