Is there a way to customize how my indexes are imported?
Or when I want to specify it should I create the index using github.com/babenkoivan/elastic-migrations first?
Yup, you have to use that package or create them manually. Otherwise, a mapping will be automatically created in ES based on the model's provided data for indexing.
Awesome.
It works great.
Thanks for those
Em qua., 20 de jul. de 2022 20:13, Marcelo Moises @.***> escreveu:
Yup, you have to use that package or create them manually. Otherwise, a mapping will be automatically created in ES based on the model's provided data for indexing.
— Reply to this email directly, view it on GitHub https://github.com/babenkoivan/elastic-scout-driver-plus/issues/130#issuecomment-1190857706, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6DCUVOCWOL367MNVLBSVLVVCB23ANCNFSM54EVSSTQ . You are receiving this because you authored the thread.Message ID: @.***>
Closing as the issue seems to be resolved