VanRoy / spring-data-jest

Spring Data Implementation for Jest
Apache License 2.0
226 stars 78 forks source link

@DynamicTemplates is not supported #141

Closed aheritier closed 4 years ago

aheritier commented 4 years ago

Added in Spring Data ES 3.1.6 it is possible with @DynamicTemplates to configure at the entity level the dynamic_templates of ES used for the index without defining the full mapping with @Mapping

https://jira.spring.io/browse/DATAES-535 https://github.com/spring-projects/spring-data-elasticsearch/pull/238

The annotation is silently discarded

VanRoy commented 4 years ago

Hi @aheritier , thanks a lot for the feedback. I'll try to implement this annotation in the next minor version.

aheritier commented 4 years ago

Thanks a lot Julien

VanRoy commented 4 years ago

Hi @aheritier , It's fixed in release 3.3.2.RELASE

aheritier commented 4 years ago

awesome. thanks a lot @VanRoy