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 TypeMethodDescriptionReactiveSearchHits.getAggregations()ReactiveSearchHitsImpl.getAggregations()SearchHits.getAggregations()SearchHitsImpl.getAggregations()SearchHitsIterator.getAggregations()Constructors in org.springframework.data.elasticsearch.core with parameters of type AggregationsContainerModifierConstructorDescriptionSearchHitsImpl(long totalHits, TotalHitsRelation totalHitsRelation, float maxScore, Duration executionDuration, String scrollId, String pointInTimeId, List<? extends SearchHit<T>> searchHits, AggregationsContainer<?> aggregations, Suggest suggest, SearchShardStatistics searchShardStatistics) -
Uses of AggregationsContainer in org.springframework.data.elasticsearch.core.document
Methods in org.springframework.data.elasticsearch.core.document that return AggregationsContainerConstructors in org.springframework.data.elasticsearch.core.document with parameters of type AggregationsContainerModifierConstructorDescriptionSearchDocumentResponse(long totalHits, String totalHitsRelation, float maxScore, Duration executionDuration, String scrollId, String pointInTimeId, List<SearchDocument> searchDocuments, AggregationsContainer<?> aggregationsContainer, Suggest suggest, SearchShardStatistics searchShardStatistics)