Uses of Class
de.cxp.ocs.config.BoostMode
-
Packages that use BoostMode Package Description de.cxp.ocs.config -
-
Uses of BoostMode in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return BoostMode Modifier and Type Method Description static BoostModeBoostMode. valueOf(String name)Returns the enum constant of this type with the specified name.static BoostMode[]BoostMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.cxp.ocs.config with parameters of type BoostMode Modifier and Type Method Description ScoringConfigurationScoringConfiguration. setBoostMode(BoostMode boostMode)The boost_mode specified, how the score is combined with the score of the query.
-