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 TypeMethodDescriptionSearchHits.getSearchShardStatistics()SearchHitsImpl.getSearchShardStatistics()static SearchShardStatisticsSearchShardStatistics.of(Number failed, Number successful, Number total, 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, String scrollId, String pointInTimeId, List<? extends SearchHit<T>> searchHits, AggregationsContainer<?> aggregations, Suggest suggest, SearchShardStatistics searchShardStatistics) -
Uses of SearchShardStatistics in org.springframework.data.elasticsearch.core.document
Methods in org.springframework.data.elasticsearch.core.document that return SearchShardStatisticsConstructors in org.springframework.data.elasticsearch.core.document with parameters of type SearchShardStatisticsModifierConstructorDescriptionSearchDocumentResponse(long totalHits, String totalHitsRelation, float maxScore, Duration executionDuration, String scrollId, String pointInTimeId, List<SearchDocument> searchDocuments, AggregationsContainer<?> aggregationsContainer, Suggest suggest, SearchShardStatistics searchShardStatistics)