Uses of Class
org.springframework.data.domain.Score
Packages that use Score
Package
Description
Central domain abstractions especially to be used in combination with the
Repository abstraction.Support classes to work with query methods.
-
Uses of Score in org.springframework.data.domain
Subclasses of Score in org.springframework.data.domainModifier and TypeClassDescriptionfinal classValue object representing a normalized similarity score determined by aScoringFunction.Methods in org.springframework.data.domain that return ScoreModifier and TypeMethodDescriptionSearchResult.getScore()Returns theScoreassociated with this result.static ScoreScore.of(double score) static ScoreScore.of(double score, ScoringFunction function) Methods in org.springframework.data.domain that return types with arguments of type ScoreModifier and TypeMethodDescriptionCreates aRangefrom the given minimum and maximumScorevalues.Methods in org.springframework.data.domain with parameters of type ScoreModifier and TypeMethodDescriptionCreates aRangefrom the given minimum and maximumScorevalues.Constructors in org.springframework.data.domain with parameters of type ScoreModifierConstructorDescriptionSearchResult(T content, Score score) Creates a newSearchResultwith the given content andScore. -
Uses of Score in org.springframework.data.repository.query
Methods in org.springframework.data.repository.query that return ScoreModifier and TypeMethodDescriptiondefault @Nullable ScoreParameterAccessor.getScore()@Nullable ScoreParametersParameterAccessor.getScore()Methods in org.springframework.data.repository.query that return types with arguments of type ScoreModifier and TypeMethodDescriptionParameterAccessor.getScoreRange()ParametersParameterAccessor.getScoreRange()