Home > Backend Development > PHP Tutorial > sphinx 如何统计数量?

sphinx 如何统计数量?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:49:56
Original
1167 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:
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template