如何使用 Sphinx 按列对数据进行排序?
我想使用 Sphinx 按列对数据进行排序。例如我想按列对数据进行排序;假设在 product_name
字段中找到数据,那么它应该首先出现,然后是下一个字段 product_description
中的数据。
我怎样才能做到这一点?
I want to sort a data column-wise using Sphinx. For example I want to sort data column-wise; suppose data found in product_name
field then it should come first followed by the data from the next field product_description
.
How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是一种方式。
但
先尝试一下:)
is one way.
but try
first :)