Unable to update the nested field in elasticsearch
I am working to dump and update the Elasticsearch data, I am able to properly dump the data but I am not able to update the records for example when I do GET test/users/3985882 I would get the following response { "_index": "test", "_type": "user...
Join discussion