mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-15 16:42: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.
|
* Returns the aggregation that is associated with the specified name.
|
||||||
*
|
*
|
||||||
* @param the name
|
* @param name the name of the aggregation
|
||||||
* @return the aggregation
|
* @return the aggregation or {@literal null} if not found
|
||||||
*/
|
*/
|
||||||
public ElasticsearchAggregation get(String name) {
|
public ElasticsearchAggregation get(String name) {
|
||||||
return aggregationsAsMap.get(name);
|
return aggregationsAsMap.get(name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user