Uses of Class
org.springframework.data.elasticsearch.core.SearchShardStatistics
Packages that use SearchShardStatistics
Package
Description
Classes related to the Document structure of Elasticsearch documents and search responses.
-
Uses of SearchShardStatistics in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return SearchShardStatisticsModifier and TypeMethodDescription@Nullable SearchShardStatisticsSearchHits.getSearchShardStatistics()SearchHitsImpl.getSearchShardStatistics()static SearchShardStatisticsSearchShardStatistics.of(Number failed, Number successful, Number total, @Nullable Number skipped, List<SearchShardStatistics.Failure> failures) Constructors in org.springframework.data.elasticsearch.core with parameters of type SearchShardStatisticsModifierConstructorDescriptionSearchHitsImpl(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 SearchShardStatistics in org.springframework.data.elasticsearch.core.document
Methods in org.springframework.data.elasticsearch.core.document that return SearchShardStatisticsModifier and TypeMethodDescription@Nullable SearchShardStatisticsSearchDocumentResponse.getSearchShardStatistics()Constructors in org.springframework.data.elasticsearch.core.document with parameters of type SearchShardStatisticsModifierConstructorDescriptionSearchDocumentResponse(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)