Hi,
I'm also facing the same issue,
Did one managed to get solution for this problem ?
If yes please share solution thanks.
My mapping is
PUT test
{
"mappings": {
"testType": {
"properties": {
"TEST_ID": {
"type": "long",
"index": "not_analyzed"
}
}
}
}
}