Uses of Interface
org.springframework.data.elasticsearch.core.AggregationsContainer
Packages that use AggregationsContainer
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
Classes related to the Document structure of Elasticsearch documents and search responses.
-
Uses of AggregationsContainer in org.springframework.data.elasticsearch.client.elc
Classes in org.springframework.data.elasticsearch.client.elc that implement AggregationsContainerModifier and TypeClassDescriptionclassAggregationsContainer implementation for the Elasticsearch aggregations. -
Uses of AggregationsContainer in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return AggregationsContainerModifier and TypeMethodDescription@Nullable AggregationsContainer<?> ReactiveSearchHits.getAggregations()@Nullable AggregationsContainer<?> ReactiveSearchHitsImpl.getAggregations()@Nullable AggregationsContainer<?> SearchHits.getAggregations()@Nullable AggregationsContainer<?> SearchHitsImpl.getAggregations()@Nullable AggregationsContainer<?> SearchHitsIterator.getAggregations()Constructors in org.springframework.data.elasticsearch.core with parameters of type AggregationsContainerModifierConstructorDescriptionSearchHitsImpl(long totalHits, TotalHitsRelation totalHitsRelation, float maxScore, Duration executionDuration, @Nullable String scrollId, @Nullable String pointInTimeId, List<? extends SearchHit<T>> searchHits, @Nullable AggregationsContainer<?> aggregations, @Nullable Suggest suggest, @Nullable SearchShardStatistics searchShardStatistics) -
Uses of AggregationsContainer in org.springframework.data.elasticsearch.core.document
Methods in org.springframework.data.elasticsearch.core.document that return AggregationsContainerModifier and TypeMethodDescription@Nullable AggregationsContainer<?> SearchDocumentResponse.getAggregations()Constructors in org.springframework.data.elasticsearch.core.document with parameters of type AggregationsContainerModifierConstructorDescriptionSearchDocumentResponse(long totalHits, String totalHitsRelation, float maxScore, Duration executionDuration, @Nullable String scrollId, @Nullable String pointInTimeId, List<SearchDocument> searchDocuments, @Nullable AggregationsContainer<?> aggregationsContainer, @Nullable Suggest suggest, @Nullable SearchShardStatistics searchShardStatistics)