CoreseekSphinx全文检索实践指南.pptVIP

  • 3
  • 0
  • 约6.72千字
  • 约 42页
  • 2016-12-03 发布于山西
  • 举报
CoreseekSphinx全文检索实践指南

Searchd ..... 推荐的连接方式 Sphinx API PHP Python Ruby Perl SphinxQL MySQL 兼容客户端 Restful API By Coreseek,in developing Demo Code [PHP Client Side] Create a client object Set up the options Fire the query ?php include ( “sphinxapi.php” ); $cl = new SphinxClient (); $cl-SetMatchMode ( SPH_MATCH_PHRASE ); $cl-SetSortMode ( SPH_SORT_EXTENDED, “price desc” ); $res = $cl-Query ( “ipod nano”, “products” ); var_dump ( $res ); ? Demo Result [ PHP Client Side] Matches will always have document ID, weight Matches can also have numeric attributes * No string attributes yet (pull them from MySQL) print_r ( $resu

文档评论(0)

1亿VIP精品文档

相关文档