Fix compilation error
This commit is contained in:
parent
b2573858b6
commit
69b71e66f3
|
@ -265,7 +265,7 @@ public class TypeParsers {
|
|||
iterator.remove();
|
||||
} else if (propName.equals("fielddata")
|
||||
&& propNode instanceof Map
|
||||
&& parserContext.indexVersionCreated().before(Version.V_5_0_0)) {
|
||||
&& parserContext.indexVersionCreated().before(Version.V_5_0_0_alpha1)) {
|
||||
// ignore for bw compat
|
||||
iterator.remove();
|
||||
} else if (propName.equals("copy_to")) {
|
||||
|
|
Loading…
Reference in New Issue