I have mapped UUID column(_id is UUID in mongo) to string and set the anylyzer to keyword like this in atlas search index mapping
"_id": {
"analyzer": "lucene.keyword",
"type": "string"
},
and when I am querying _id, that's not working.
"text": {
"path": "_id",
"query": "568ae8be-168d-4675-a442-fe93836e1b50"
}
So not sure how UUID mapping should be set up and searched in altas search