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.
通过谷歌的所有文档和结果,我无法找到或弄清楚如何在使用实时索引时设置 sort_mode。
我只是将 SphinxQL 与 pdo_mysql 一起使用来连接到 sphinx 并运行如下查询: SELECT item_id, item_type FROM my_index WHERE MATCH (:search_string) OPTION ...
SELECT item_id, item_type FROM my_index WHERE MATCH (:search_string) OPTION ...
我可以设置 sort_mode 吗?如何?
排序模式不直接暴露。但是可以通过其他方式做它可以做的一切。
有关时间段,请参见
http://sphinxsearch.com/blog/2010/06/27/doing-time-segments-geodistance-searches-and-overrides-in-sphinxql/