Commit e96297a
Text field dynamic field tweak (elastic#129332)
Pass down actual index version when creating text field mapper builder when mapping dynamic field.
Otherwise, bwc logic always has the wrong index version in mixed cluster scenario and dynamic mapping occurs.1 parent a654a33 commit e96297a
File tree
1 file changed
+10
-4
lines changed- server/src/main/java/org/elasticsearch/index/mapper
1 file changed
+10
-4
lines changedLines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| 337 | + | |
337 | 338 | | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
342 | 348 | | |
343 | 349 | | |
344 | 350 | | |
| |||
0 commit comments