Skip to content

more than one @IndexType in model #65

@mantsak

Description

@mantsak

In sample/app/indexing/Team.java the index type is being set like this:

@IndexType(name = "team")

How can this be set to several or all types? I tried

@IndexType(name = "teama,teamb,teamc") for several types
@IndexType(name = "*") for all types

When leaving @IndexType out and just setting @IndexName I get a NullPointerException.

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