标签: php sphinx
如何在sphinx API中设置最小重量?
我想找到权重大于20的所有行。
答案 0 :(得分:1)
只需拨打setFilterFloatRange
$q->SetFilterFloatRange('@weight', 20, 999999, true);