We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
keyword
text
The above code maps to type text.
No response
4
The text was updated successfully, but these errors were encountered:
The issue seems to be in the below code found in SearchableClassPropertyMapping
SearchableClassPropertyMapping
boolean isAnalyzed() { String index = (String) mappingAttributes.index (index == null || index) }
The below table shows how the code works.
The code should work like below.
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
The above code's mapped ES type should be
keyword
. But the code maps totext
.Actual Behaviour
The above code maps to type
text
.Steps To Reproduce
No response
Environment Information
Example Application
No response
Version
4
The text was updated successfully, but these errors were encountered: