Skip to content

Properties mapping of string fields to ES type keyword not working as expected #170

@temi

Description

@temi

Expected Behavior

Class Test {
    String name
    static searchable = {
        name index: "true"
    }
}

The above code's mapped ES type should be keyword. But the code maps to text.

Actual Behaviour

The above code maps to type text.

Steps To Reproduce

No response

Environment Information

  • JDK 8

Example Application

No response

Version

4

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