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.
我需要设置排名顺序:按付费标签,然后按名称等。
例如:客户想要购买“汽车”标签。对于“汽车”搜索,他的个人资料应该排在列表的首位。
谢谢
我有 2 张桌子:
1 - 配置文件:p_id、p_name 等。
2 - 标签:tag_id、profile_id、tag_name
我希望关键字与标签完全匹配。
使用基于表达式的排序器并优先考虑标签。
http://sphinxsearch.com/docs/current.html#weighting