
Coreseek
php攻城师
PHP/Yii/Drupal
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Coreseek $sphinxapi设置实例和$result结构分析
Yii::import('ext.SphinxClient'); $sphinxapi = new SphinxClient(); $sphinxapi->SetServer('127.0.0.1', 9313); $sphinxapi->SetConnectTimeout(3); $sphinxapi->SetMatchMo原创 2013-05-15 22:17:45 · 1731 阅读 · 0 评论 -
hash在Coreseek 中配置bigint
304 $sphinxapi->SetSelect('id, domain_hash'); 304 $sphinxapi->SetConnectTimeout(3); 305 $sphinxapi->SetGroupBy('domain_hash', SPH_GROUPBY_ATTR, '@count desc'); 304 foreac原创 2013-06-29 15:43:40 · 968 阅读 · 0 评论 -
sphinx coreseek SetSortMode(SPH_SORT_ATTR_ASC, '') 对float 排序设置bug
sphinx coreseek SetSortMode(SPH_SORT_ATTR_ASC, '') 对float 排序设置bug原创 2013-09-26 17:37:58 · 1216 阅读 · 0 评论