ランキングが「重み」に影響する場合
ソートに影響します。
では、なぜ私のランキングでは、他のランキングよりも結果が少ないのでしょうか?
手動で言う
SPH_MATCH_ANY uses SPH_RANK_MATCHANY ranker;
後でマニュアルで
SPH_RANK_MATCHANY = sum((word_count+(lcs-1)*max_lcs)*user_weight)
参照: http://sphinxsearch.com/docs/current.html#weighting
そう
mode=any
と
mode=extended2;ranker=expr:sum((word_count+(lcs-1)*max_lcs)*user_weight)'
同じ結果を返しますが、そうではありません。なんで ?
「ランキング」はマッチングに影響しますか?