mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-14 16:12:11 +00:00
parent
6cfb8eeea6
commit
4f4c99ec1f
@ -63,8 +63,8 @@ public class ElasticsearchAggregations implements AggregationsContainer<List<Ela
|
||||
/**
|
||||
* Returns the aggregation that is associated with the specified name.
|
||||
*
|
||||
* @param the name
|
||||
* @return the aggregation
|
||||
* @param name the name of the aggregation
|
||||
* @return the aggregation or {@literal null} if not found
|
||||
*/
|
||||
public ElasticsearchAggregation get(String name) {
|
||||
return aggregationsAsMap.get(name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user