Elasticsearch: how to update mapping for existing fields?
March 19, 2022Elasticsearch uses a term called a "mapping" for defining data types for the fields in your index. It can be tricky to update it for existing fields in your index. Let's see how we can do it.