Skip to content

Ability to specify field type #16

Open
@verglor

Description

@verglor

It would be great if it was possible to explicitly specify elasticsearch type for the field.
Something like this:

class Domain {

    OffsetDateTime date

    static searchable = {
        date converter: OffsetDateTimeConverter, type: 'date'
    }

}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions