Skip to content
New issue

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

Fix missing elementType when using elasticsearch-java 8.14.x #2927

Closed
puppylpg opened this issue Jun 11, 2024 · 2 comments · Fixed by #2928
Closed

Fix missing elementType when using elasticsearch-java 8.14.x #2927

puppylpg opened this issue Jun 11, 2024 · 2 comments · Fixed by #2928
Labels
status: waiting-for-triage An issue we've not yet triaged

Comments

@puppylpg
Copy link
Contributor

elementType is left out in elasticsearch-specification and is fixed in elastic/elasticsearch-java#800. Adding elementType = FieldElementType.FLOAT is possible now.

@sothawo
Copy link
Collaborator

sothawo commented Jun 12, 2024

you mean 8.14.x, not 7.14.x?

@puppylpg
Copy link
Contributor Author

My fault, should be 8.14.x

@puppylpg puppylpg changed the title Fix missing elementType when using elasticsearch-java 7.14.x Fix missing elementType when using elasticsearch-java 8.14.x Jun 12, 2024
sothawo pushed a commit that referenced this issue Jun 12, 2024
@sothawo sothawo added this to the 5.4 M1 (2024.1.0) milestone Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants