-1

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!

Community
  • 1
  • 1

1 Answers1

0

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.