问题描述
|
如何在Sphinx API中设置最小权重?
我想找到所有权重大于20的行。
解决方法
只需像这样调用setFilterFloatRange
$q->SetFilterFloatRange(\'@weight\',20,999999,true);