Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 sphinx 来搜索我们的数据库。在这个例子中,我查询了两个索引;索引 1 和索引 2。
$res = $cl->Query( $query, "index1 index2" );
结果很好,但我无法从代码中区分来自 index1 和 index2 的结果 ID。有没有一种方法可以使来自 index1 的所有 ID 看起来像:in1_1、in1_600、in1_x ......所以我可以区分它们吗?
只需设置一个属性来标识它来自哪个索引,请参阅
http://sphinxsearch.com/forum/view.html?id=5653