sphinx 如何统计数量?

WBOY
Release: 2016-06-06 20:49:56
Original
1094 people have browsed it

比如电商系统,

表结构如下:

<code>products
p_id,    p_name,     type
1          abc        1
2          b          2
3          cba        1

</code>
Copy after login
Copy after login

实现效果: 搜索p_name: a 出现:

type: 1:2个 2:0个

sphinx如何配置?

回复内容:

比如电商系统,

表结构如下:

<code>products
p_id,    p_name,     type
1          abc        1
2          b          2
3          cba        1

</code>
Copy after login
Copy after login

实现效果: 搜索p_name: a 出现:

type: 1:2个 2:0个

sphinx如何配置?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!