OpenSearch/qa/full-cluster-restart/src/test/java/org/elasticsearch/upgrades
Alan Woodward b1aa0d8731
Fix fieldnames field type for pre-6.1 indexes (#61322)
The FieldNamesFieldMapper field has different behaviour for indexes created in
clusters earlier than v6.1, and the code to deal with this was still using the vestigial
FieldType field of FieldMapper in its indexing path. This meant that documents
added after an upgrade were not correctly indexing their field names field. This
commit corrects the parseCreateField method to use the default field type.

Fixes #61305
2020-08-19 12:59:09 +01:00
..
FullClusterRestartIT.java Fix fieldnames field type for pre-6.1 indexes (#61322) 2020-08-19 12:59:09 +01:00
FullClusterRestartSettingsUpgradeIT.java Backport remote proxy mode stats and naming (#50402) 2019-12-19 18:02:48 -07:00
QueryBuilderBWCIT.java Perform precise check for types warnings in cluster restart tests. (#37944) 2019-02-13 11:28:58 -08:00