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.
This package contains classes that use the old Elasticsearch 7 libraries to access Elasticsearch either directly by
using the RestHighLevelClient or indirectly by using code copied from Elasticsearch libraries (reactive
implementation).
-
Uses of AggregationContainer in org.springframework.data.elasticsearch.client.elc
Classes in org.springframework.data.elasticsearch.client.elc that implement AggregationContainerModifier and TypeClassDescriptionclassAggregationContainerfor aAggregationthat holds Elasticsearch data.Methods in org.springframework.data.elasticsearch.client.elc that return types with arguments of type AggregationContainerModifier and TypeMethodDescriptionreactor.core.publisher.Flux<? extends AggregationContainer<?>>ReactiveElasticsearchTemplate.aggregate(Query query, Class<?> entityType, IndexCoordinates index) -
Uses of AggregationContainer in org.springframework.data.elasticsearch.client.erhlc
Classes in org.springframework.data.elasticsearch.client.erhlc that implement AggregationContainerMethods in org.springframework.data.elasticsearch.client.erhlc that return types with arguments of type AggregationContainerModifier and TypeMethodDescriptionreactor.core.publisher.Flux<AggregationContainer<?>>ReactiveElasticsearchTemplate.aggregate(Query query, Class<?> entityType, IndexCoordinates index) Deprecated.protected reactor.core.publisher.Flux<AggregationContainer<?>>ReactiveElasticsearchTemplate.doAggregate(org.elasticsearch.action.search.SearchRequest request) Deprecated.Customization hook on the actual execution resultPublisher. -
Uses of AggregationContainer in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return types with arguments of type AggregationContainerModifier and TypeMethodDescriptionreactor.core.publisher.Flux<? extends AggregationContainer<?>>reactor.core.publisher.Flux<? extends AggregationContainer<?>>Perform an aggregation specified by the givenquery.reactor.core.publisher.Flux<? extends AggregationContainer<?>>ReactiveSearchOperations.aggregate(Query query, Class<?> entityType, IndexCoordinates index) Perform an aggregation specified by the givenquery.