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
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 TypeMethodDescriptionFlux<? extends AggregationContainer<?>>ReactiveElasticsearchTemplate.aggregate(Query query, Class<?> entityType, IndexCoordinates index) -
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 TypeMethodDescriptionFlux<? extends AggregationContainer<?>>Flux<? extends AggregationContainer<?>>Perform an aggregation specified by the givenquery.Flux<? extends AggregationContainer<?>>ReactiveSearchOperations.aggregate(Query query, Class<?> entityType, IndexCoordinates index) Perform an aggregation specified by the givenquery.