Skip to content

Multiple indexes for one Document #902

@toooni

Description

@toooni

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.

image
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions