SphinxQL MATCH - 如何使用?

SphinxQL MATCH - how to use?

请向我解释一下,SphinxQL 中的 MATCH() 运算符是什么 - 如何使用它?

抱歉,如果我的问题对某些人来说很愚蠢,但我真的无法在网上找到任何正常的解释。

比如我有这个要求:

SELECT tid FROM message WHERE MATCH('test');

这是什么意思?

谢谢。

简直就是狮身人面像的 'workhorse'。您想要 'search' 索引的查询。几乎 Sphinx 的重点是 运行 'full-text queryies'

http://sphinxsearch.com/docs/current.html#extended-syntax

http://sphinxsearch.com/docs/current.html#sphinxql-select