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.9k stars 1.33k forks source link

@Field(excludeFromSource=true) not work in @MultiField #2971

Closed Farley-Chen closed 2 weeks ago

Farley-Chen commented 2 weeks ago

@Field(excludeFromSource=true) will not work when using within @MultiField(mainField=)