ES relationships

Hi guys!
I need help ! My problem is that I have a type List and another Place. So any user can create a list and add to it some places . I'm trying to build an ElasticSearch server and there isn't a many to many relationship (a list can have places and a place can belong or not to one list or many) , so I decided to user the Nested Objects which is not a good solution because we can have places which not related to List.

So what should I do ? Help please

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.