Skip to content

Allow mapping annotations at class level #42

@dogawaf

Description

@dogawaf

It would be cool to be able to define mapping at the class level.
This way, we could address the mapping for the _all field.

/**
 * @Flow\Entity
 * @ElasticSearch\Indexable("acme", typeName="organization")
 * @ElasticSearch\Mapping(index_name="_all", analyzer="standard_french")
 */
class Organization {

}

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