Uses of Interface
org.springframework.data.elasticsearch.core.AggregationContainer
Packages that use AggregationContainer
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
-
Uses of AggregationContainer in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc that return types with arguments of type AggregationContainerModifier and TypeMethodDescriptionreactor.core.publisher.Flux<AggregationContainer<?>>ReactiveElasticsearchTemplate.aggregate(Query query, Class<?> entityType, IndexCoordinates index) -
Uses of AggregationContainer in org.springframework.data.elasticsearch.core
Classes in org.springframework.data.elasticsearch.core that implement AggregationContainerModifier and TypeClassDescriptionclassAggregationContainer implementation for an Elasticsearch7 aggregation.Methods in org.springframework.data.elasticsearch.core that return types with arguments of type AggregationContainerModifier and TypeMethodDescriptionreactor.core.publisher.Flux<AggregationContainer<?>>reactor.core.publisher.Flux<AggregationContainer<?>>ReactiveElasticsearchTemplate.aggregate(Query query, Class<?> entityType, IndexCoordinates index) reactor.core.publisher.Flux<AggregationContainer<?>>Perform an aggregation specified by the givenquery.reactor.core.publisher.Flux<AggregationContainer<?>>ReactiveSearchOperations.aggregate(Query query, Class<?> entityType, IndexCoordinates index) Perform an aggregation specified by the givenquery.protected reactor.core.publisher.Flux<AggregationContainer<?>>ReactiveElasticsearchTemplate.doAggregate(org.elasticsearch.action.search.SearchRequest request) Customization hook on the actual execution resultPublisher.