babenkoivan / elastic-migrations

Elasticsearch migrations for Laravel
MIT License
188 stars 32 forks source link

how can I define relationships in migration? #26

Closed fadakar closed 3 years ago

fadakar commented 3 years ago

how can I define relationships in migration?

babenkoivan commented 3 years ago

Hi, there is nothing similar to Eloquent relations at the moment if you refer to it. Records are usually denormalized in Elasticsearch for more efficient search, it's common to have nested objects.