mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-11-01 23:29:03 +00:00
The getMapping methods in the ElasticsearchRestTemplate now behave like the methods in the ElasticsearchTemplate and return the mapping for the specified index and type. Original pull request: #239