You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.
To implement multiple indexes without any sideeffects we should create per Index an own doctrine entity manager and add its custom MetaDataLoader which add a table prefix.
To implement multiple indexes without any sideeffects we should create per
Index
an own doctrine entity manager and add its custom MetaDataLoader which add a table prefix.http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/cookbook/sql-table-prefixes.html
The services (repositories, transaction manager, search executer, index) need to be generated in PHP per index.
The text was updated successfully, but these errors were encountered: