Hi i have a elasticsearch document with a nested object. On the development environment and the UAT environment the nested field is mapped as nested fields itself, no issues, but for some reason on the qa environment the nested object is mapped as non nested. The elasticsearch will not let you change the mappings after indexing right.????
I tried reindexing many times. but it is still mapping as non-nested. But we don't provide any kind of explicit mapping while indexing though