SphinxResult result = sphinx.Query(String queryString, String index, String comment);下面是实现:/** Connect to searchd server and run current search query. */public SphinxResult Query ( String query,
以前在linux上安装过使用过sphinx倒是没有发现问题,现在有时间想在windows下安装试试,没想到在运行生成索引时出现一个烦人的问题,信息如下: index column number 1 has no name如果在构建索引时有发现类似的信息,不一定是配置的问题,可以考虑一下是不是安装的版本过低。 开始使用的版本是0.9.8.1,后来换成corseek-4.0.1就行了。