CirrusSearch
Elasticsearch-powered search for MediaWiki
|
Normalize values in the [0,1] range Allows to set: More...
Public Member Functions | |
__construct (SearchConfig $config, $weight, $profile) | |
append (FunctionScore $functionScore) | |
Append functions to the function score $container. | |
getScript () | |
Public Member Functions inherited from CirrusSearch\Search\Rescore\FunctionScoreBuilder | |
__construct ( $config, $weight) | |
Additional Inherited Members | |
Protected Member Functions inherited from CirrusSearch\Search\Rescore\FunctionScoreBuilder | |
getOverriddenFactor ( $value) | |
Utility method to extract a factor (float) that can be overridden by a config value or an URI param. | |
Protected Attributes inherited from CirrusSearch\Search\Rescore\FunctionScoreBuilder | |
$config | |
$weight | |
Normalize values in the [0,1] range Allows to set:
Based on log10( a . x + 1 ) / log10( a . M + 1 ) a: a factor used to adjust the midpoint M: the max value used to scale
CirrusSearch\Search\Rescore\LogScaleBoostFunctionScoreBuilder::__construct | ( | SearchConfig | $config, |
$weight, | |||
$profile ) |
SearchConfig | $config | |
float | $weight | |
array | $profile |
InvalidRescoreProfileException |
CirrusSearch\Search\Rescore\LogScaleBoostFunctionScoreBuilder::append | ( | FunctionScore | $container | ) |
Append functions to the function score $container.
FunctionScore | $container |
Implements CirrusSearch\Search\Rescore\BoostFunctionBuilder.
CirrusSearch\Search\Rescore\LogScaleBoostFunctionScoreBuilder::getScript | ( | ) |