Quick use case : clean index mapping with reindexing data
By mistake i added some documents to my elasticsearch index without providing an explicit mapping, elasticsearch did the job and add a default mapping like this :
{
"account_id": {
"type": "text",
"fields": {
"keyword": {
"typ...
synapticiel.hashnode.dev4 min read