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
Hi, guys Datatype.TokenCount is mapped to tokencount, resulting in elasticsearch mapper_parsing_exception:
Datatype.TokenCount
tokencount
"type":"mapper_parsing_exception","reason":"no handler for type [tokencount] declared on field [length]"
The correct mapping should be token_count
The text was updated successfully, but these errors were encountered:
Note: FieldType values are mapped by lowercasing their name. We should add the names explicitly to the enum to prevent such mistakes in the future.
FieldType
Sorry, something went wrong.
Fix FieldType mapping.
f7a6a97
Original PullRequest #2026 Closes #2024
f3f9ca4
Original PullRequest #2026 Closes #2024 (cherry picked from commit f7a6a97)
1b59b31
Original PullRequest #2026 Closes #2024 (cherry picked from commit f7a6a97) (cherry picked from commit f3f9ca4)
added in main and backported to 4.3.x and 4.2.x.
sothawo
Successfully merging a pull request may close this issue.
Hi, guys
Datatype.TokenCount
is mapped totokencount
, resulting in elasticsearch mapper_parsing_exception:The correct mapping should be token_count
The text was updated successfully, but these errors were encountered: