Uses of Class
de.cxp.ocs.config.ScoringConfiguration.ScoringFunction
Packages that use ScoringConfiguration.ScoringFunction
-
Uses of ScoringConfiguration.ScoringFunction in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return ScoringConfiguration.ScoringFunctionModifier and TypeMethodDescriptionData field that should be used for that scoring rule.ScoringConfiguration.ScoringFunction.setOptions
(Map<ScoreOption, String> options) Set additional options required for the according scoring type.Set how scoring works for that field.ScoringConfiguration.ScoringFunction.setWeight
(float weight) Set the weight that is multiplied with the scoring function result.Method parameters in de.cxp.ocs.config with type arguments of type ScoringConfiguration.ScoringFunctionModifier and TypeMethodDescriptionScoringConfiguration.setScoreFunctions
(List<ScoringConfiguration.ScoringFunction> scoreFunctions) Set the list of scoring rules.