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
Example Application
No response
Version
4