Uses of Enum Class
org.springframework.data.elasticsearch.core.TotalHitsRelation
Packages that use TotalHitsRelation
-
Uses of TotalHitsRelation in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return TotalHitsRelationModifier and TypeMethodDescriptionReactiveSearchHits.getTotalHitsRelation()ReactiveSearchHitsImpl.getTotalHitsRelation()SearchHits.getTotalHitsRelation()SearchHitsImpl.getTotalHitsRelation()SearchHitsIterator.getTotalHitsRelation()static TotalHitsRelationReturns the enum constant of this class with the specified name.static TotalHitsRelation[]TotalHitsRelation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.data.elasticsearch.core with parameters of type TotalHitsRelationModifierConstructorDescriptionSearchHitsImpl(long totalHits, TotalHitsRelation totalHitsRelation, float maxScore, Duration executionDuration, String scrollId, String pointInTimeId, List<? extends SearchHit<T>> searchHits, AggregationsContainer<?> aggregations, Suggest suggest, SearchShardStatistics searchShardStatistics)