spring-projects / spring-data-elasticsearch

Provide support to increase developer productivity in Java when using Elasticsearch. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-elasticsearch/
Apache License 2.0
2.92k stars 1.33k forks source link

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

Closed puppylpg closed 4 months ago

puppylpg commented 5 months ago

elementType is left out in elasticsearch-specification and is fixed in https://github.com/elastic/elasticsearch-java/pull/800. Adding elementType = FieldElementType.FLOAT is possible now.

sothawo commented 5 months ago

you mean 8.14.x, not 7.14.x?

puppylpg commented 4 months ago

My fault, should be 8.14.x