I need to update category context of my suggest field (not to be confused with input). When i do that, suggestions reflects the changes for some profile and it doesn't for some profile even though when i view the actual data, context category have been updated.
Here is my mapping
"suggest" : {
"type" : "completion",
"context" : {
"corporation" : {
"type" : "category",
"default" : 0
},
"classification" : {
"type" : "category",
"default": "all"
},
"tag" : {
"type" : "category",
"default" : "all"
}
}
}
Also i'm using v2.3.3 since that is the one AWS supports. Any help is appreciated. Thanks!