I need to index 3 levels (or more) of child-parent. For example, the levels might be an author, a book, and characters from that book.
However, when indexing more than t
For the grandpa docs, you need to get the _id as the _routing. For the father docs, just use the _parent (grandpa._id) as the _routing. For the children docs, just use the grandpa._id as the _routing.