{
"mappings": {
"dynamic": false,
"fields": {
"colorsOfTheRainbow": {
"type": ["stringFacet", "string"]
},
}
}
}
Does something like this work?
(edited to fix syntax)
{
"mappings": {
"dynamic": false,
"fields": {
"colorsOfTheRainbow": {
"type": ["stringFacet", "string"]
},
}
}
}
Does something like this work?
(edited to fix syntax)