Hi,
"givenName": {
"analyzer": "my_analyzer",
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"analyzer":"not_standard"
}
}
},
this is the mapping i have for givenName attribute, and i get this exception
"caused_by": {
"type": "mapper_parsing_exception",
"reason": "Mapping definition for [fields] has unsupported parameters: [analyzer : not_standard]"
}
whats wrong with this mapping
Thanks