Uses of Enum Class
org.springframework.data.elasticsearch.core.TotalHitsRelation
Packages that use TotalHitsRelation
-
Uses of TotalHitsRelation in org.springframework.data.elasticsearch.core
Subclasses with type arguments of type TotalHitsRelation in org.springframework.data.elasticsearch.coreModifier and TypeClassDescriptionenumEnum to represent the relation that Elasticsearch returns for the totalHits valueMethods 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, @Nullable String scrollId, @Nullable String pointInTimeId, List<? extends SearchHit<T>> searchHits, @Nullable AggregationsContainer<?> aggregations, @Nullable Suggest suggest, @Nullable SearchShardStatistics searchShardStatistics)