{'configuration':{‘series’: {'type': 'keyword'},
‘age_group’: {'type': 'keyword', ‘cardinality_field’: True},
‘genres': {'struct_type': 'list', 'type': 'keyword', ‘low_cardinality’: True},
'id': {'type': 'integer'},
‘text embedding': {'dim': 1024, 'metric': 'IP', 'type': 'dense_vector'},
'production_companies': {'struct_type': 'list', 'type': 'keyword'},
'production_countries': {'struct_type': 'list', 'type': 'keyword'},
'rating': {'type': 'float'},
‘spoken_languages': {'struct_type': 'list', 'type': 'keyword'},
‘title': {'type': 'keyword'}
},
'settings': {‘delimiter’:”’”}
}