2014年03月23日 05:16:09
解决Sphinx 使用报错:index 'test1': search error: query too complex, not enough stack (thread_stack=-65032K or higher required).
编辑sphinx.conf
注释掉
sql_query_info = SELECT * FROM documents WHERE id=$id即可解决问题。
2014年03月22日 17:36:31
Ubuntu上安装Sphinx
本文讲解在Ubuntu上安装Sphinx的过程。