Uses of Class
de.cxp.ocs.config.ScoringConfiguration
Packages that use ScoringConfiguration
-
Uses of ScoringConfiguration in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return ScoringConfigurationModifier and TypeMethodDescriptionScoringConfiguration.setBoostMode
(BoostMode boostMode) The boost_mode specified, how the score is combined with the score of the query.ScoringConfiguration.setScoreFunctions
(List<ScoringConfiguration.ScoringFunction> scoreFunctions) Set the list of scoring rules.ScoringConfiguration.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 ScoringConfigurationModifier and TypeMethodDescriptionDefaultSearchConfigurationProvider.getScoringConfiguration
(String tenant) Methods in de.cxp.ocs.config with parameters of type ScoringConfigurationModifier and TypeMethodDescriptionSearchConfiguration.setScoring
(@NonNull ScoringConfiguration scoring) Optional scoring configuration.