How change relation between parents and childs in elasticsearch? I could not find information about it.
In this question i gave the example of a simple mapping. How i can change street of address? Thanks!
How change relation between parents and childs in elasticsearch? I could not find information about it.
In this question i gave the example of a simple mapping. How i can change street of address? Thanks!
I found a solution. You should change "_parent" field, and call "flush" or "refresh" methods of ES, so that new data has been ready for search.