I need to update a field in the documents indexed to Elasticsearch . How can i do it.
\"redcash_sale\": { \"type\": \"object\" }
update ab
According to: https://www.elastic.co/guide/en/elasticsearch/reference/current/enabled.html
Enabled cant be updated using the PUT mappings API.
You have to reindex your data then.