开发者

SPHINX : How to set the matchMode on the mysql client

I installed Sphinx search on debian squeeze.

Connection trough the mysql client, with :

mysql -h127.0.0.1 -P 9306 开发者_运维问答--protocol=tcp

gives me access to the searchd. I would like to change the matching mode to

SPH_MATCH_ANY

I don't have any access to the php api (because it is not included into squeeze).


Just wrap your query to make it a quarum search. That's the benefit of extended match mode - it can emulate all the others

where match('"one two three"/1')

Can also use

option ranker=matchany

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜