有一個(gè)很疑問的地方,如果在PHP的程序,比如laravel做的網(wǎng)站里面加入Sphinx搜索,是使用 SphinxQL 還是SphinxAPI ?Applications can access Sphinx search daemon (searchd) using any of the three different access methods: a) via Sphinx own implementation of MySQL network protocol (using a small SQL subset called SphinxQL, this is recommended way), b) via native search API (SphinxAPI) or c) via MySQL server with a pluggable storage engine (SphinxSE).官方說明 using a small SQL subset called SphinxQL, this is recommended way現(xiàn)在能找到的資料都是SphinxAPI來結(jié)合PHP,是否有SphinxQL + PHP 這樣的結(jié)合例子。
2 回答

紅顏莎娜
TA貢獻(xiàn)1842條經(jīng)驗(yàn) 獲得超13個(gè)贊
As of 2015, we strongly recommend to use either SphinxQL or REST APIs
rather than the native SphinxAPI.
- 2 回答
- 0 關(guān)注
- 896 瀏覽
添加回答
舉報(bào)
0/150
提交
取消