-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Description
As I see it there is no chance to create more than one index using the same document type in version 6.0. Until now I have used my "Package" document in multiple indexes like "package_de_chf" or "package_fr_chf" (country/currency pairs). This was a performance gain since I never needed these entries to be mixed.
I've tried it like this. But obviously this won't work since only one IndexService
is being generated with the name being the same as the classname.
Is is possible we could use the alias as service names? Maybe add an optional parameter alias_as_service_name=true
for the annotation?
I am willing to create a PR if there is a chance it will get merged ;)
Metadata
Metadata
Assignees
Labels
No labels