Uses of Enum Class
org.springframework.data.elasticsearch.core.query.HasChildQuery.ScoreMode
Packages that use HasChildQuery.ScoreMode
-
Uses of HasChildQuery.ScoreMode in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return HasChildQuery.ScoreModeModifier and TypeMethodDescriptionHasChildQuery.getScoreMode()static HasChildQuery.ScoreModeReturns the enum constant of this class with the specified name.static HasChildQuery.ScoreMode[]HasChildQuery.ScoreMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.elasticsearch.core.query with parameters of type HasChildQuery.ScoreModeModifier and TypeMethodDescriptionHasChildQuery.Builder.withScoreMode(HasChildQuery.ScoreMode scoreMode) Indicates how scores for matching child documents affect the root parent document’s relevance score.