Ok ! I monkeyPatched
your Enum and it’s working fine !
Here the generated mapping from kibana
{
"mapping": {
"dynamic": "strict",
"properties": {
[...],
"title_suggest": {
"type": "completion",
"analyzer": "simple",
"preserve_separators": true,
"preserve_position_increments": true,
"max_input_length": 50
}
}
}
}
I will wait for this
This looks like a bug, unfortunately. I created HSEARCH-3641 and am investigating. Hopefully I will be able to release a fix in the next few days.