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

sphinx 如何统计数量?

WBOY
WBOYOriginal
2016-06-06 20:49:561100browse

比如电商系统,

表结构如下:

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

</code>

实现效果: 搜索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>

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

type: 1:2个 2:0个

sphinx如何配置?

Statement:
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