Hi all,
I need to index a four level parent / child relationship like this :
- 1st level document
- 2nd level document
- 3rd level document
- 4th level document
- 3rd level document
- 4th level document
- 3rd level document
One more constraint is that children shoud be attached to parents incrementally when new data are detected (csv files)
What is the best way to achieve this, and pro/cons, between nested documents and parent/child relationship ?
Is it even possible to have a multi-level relationship with nested documents ?
Thank you