в маппинг добавилось новое поле Fields и все поля документа попали в него с типом string
{"jdbc": {"mappings":
{"jdbc":
{"properties":
{
"ActualTime": { "type": "date", "format": "dateOptionalTime" },
"BrandName": {"type": "string"},
"Fields": {
"properties": {
"ActualTime": {"type": "string"},
"BrandName": {"type": "string"},