Uses of Class
de.cxp.ocs.config.ScoringConfiguration
-
Packages that use ScoringConfiguration Package Description de.cxp.ocs.config -
-
Uses of ScoringConfiguration in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return ScoringConfiguration Modifier and Type Method Description ScoringConfigurationScoringConfiguration. setBoostMode(BoostMode boostMode)The boost_mode specified, how the score is combined with the score of the query.ScoringConfigurationScoringConfiguration. setScoreFunctions(List<ScoringConfiguration.ScoringFunction> scoreFunctions)Set the list of scoring rules.ScoringConfigurationScoringConfiguration. setScoreMode(ScoreMode scoreMode)The score_mode specifies how the computed scores are combined.Methods in de.cxp.ocs.config that return types with arguments of type ScoringConfiguration Modifier and Type Method Description Optional<ScoringConfiguration>DefaultSearchConfigrationProvider. getScoringConfiguration(String tenant)Methods in de.cxp.ocs.config with parameters of type ScoringConfiguration Modifier and Type Method Description SearchConfigurationSearchConfiguration. setScoring(@NonNull ScoringConfiguration scoring)Optional scoring configuration.
-