搜索

大约有 4 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.0965秒)

1.RE: Xunsearch 讯搜商品检索中多属性精确搜索疑问

更新时间:2014-12-29 20:12 t By liubo

...是,会报错哦。 $search = new XS('goods_a'); $key = 'ipad'; // $index = $search->index; // $index->setDb('goods_b'); $search->search->setDb('goods_b'); $docs = $search->search->setQuery($key)->search(); --------------------- error : 2376): Couldn't stat 'data/

2.settimeout无效

发布时间:2014-06-25 11:06 t By askie

$index->setDb("a1"); $index->setTimeout(0); 这个超时设置不起作用,还是会出现: :Failed to recv the data from server completely (SIZE:0/8, REASON:timeout) 如果不setDb("a1")就这个setTimeout就起作用!

3.请教php的多表搜索

发布时间:2013-12-20 18:12 t By sundyandy

[php] echo '搜索结果'; $xs = new XS('test1'); $index = $xs->index; $index = setDb('test2'); $search = $xs->searcg; $docs = $search->addDb('test2')->setFuzzy->setQuery($key)->search(); [/php] 请问这种写法有错么?

4.关于远程数据库调用的问题

更新时间:2014-06-25 01:06 t By askie

看文档,如果要切换db,可以采取这个方法: $index->setDb('db2'); 远程添加索引时,会出错: 1错误:Couldn't stat 'data/fword/db2' 请问远程添加索引到db2中,这个该如何操作? [hr] 还有就是文档中说: 设置要搜索的数据库名 若未...

  • 时间不限
  • 按相关性排序