ES 7.8, mapping:
"id": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 300
},
"lower_case_sort": {
"type": "keyword",
"ignore_above": 10,
"normalizer": "case_insensitive_sort"
}
}
}
How can I search my index and get id.keyword and id.lower_case_sort values? All I can get is id value