I'm building a multi-tenant application with multiple indexes, one index per tenant.
Just wondering if there has been any work on allowing the index names to be changed dynamically?
I'm building a multi-tenant application with multiple indexes, one index per tenant.
Just wondering if there has been any work on allowing the index names to be changed dynamically?
© 2022 - 2024 — McMap. All rights reserved.
FOSElasticaBundle
will let you do that since it needs mapping configuration in order to do things like hydration. But still you can use pureElastica
library. Or.. if you'll develop something on your own, let us know! ;-) – Limnology