### 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