搜索

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

11.rebuild新旧数据不能平稳过度

发布时间:2013-05-11 15:05 t By hq22

...er.php demo --rebuild --source="mysql://root:password@localhost/db" --sql="select * from post" 提示完成,但是搜索时候有一段时间是搜不到数据的。过一会才能搜到数据。没有更新前是能搜到数据的。 rebuild不是说平稳过度吗?是什么原因?

12.RE: 有关关联索引的问题

发布时间:2012-09-22 16:09 t By zspoplar

...il/Indexer.php --rebuild --source=mysql://root:111111@localhost/dbo --sql="select * from user" --project=sokc,怎么写php脚本(类似后台的东西)达到同样的建立索引效果呢?

13.XSDatabaseDataSource

...eption('Not specified any query SQL or db table'); } $sql = 'SELECT * FROM ' . $param['table']; } elseif (preg_match('/ limit\s+(\d+)(?:\s*,\s*(\d+)|\s+offset\s+(\d+))?\s*$/i', $sql, $match)) { if (isset($match[3])) { // LIMIT xxx OFFSET yyy $this->offset = intval...

14.为什么我更新的索引会没有数据呢?

更新时间:2012-09-28 10:09 t By zspoplar

...", "root", "111111") or die("Could not connect: " . mysql_error()); mysql_select_db('zi, $conn) or die ('Can\'t use test : ' . mysql_error()); $result=mysql_query("select id,title,time,sid,content,key from learn limit 4429 offset 3000"); while($r=mysql_fetch_array($result)){ $a["id"]=$r['id'];...

15.RE: 索引到一大半的时候出错退出,有没有办法继续?

发布时间:2011-10-25 11:10 t By hightman

Indexer.php 你可以在 sql 语句中指定 offset 和 limit --sql="select * from cdb_posts limit 999999999999 offset 5000000" 类似这样,OFFSET 不能单用必须配合 limit

16.SQL语句里 group by 带来的问题

发布时间:2014-05-20 15:05 t By xiao6ye

...l]# php Indexer.php --rebuild --source=mysql://root:@localhost/shop --sql="select g.goods_id,g.cat_id,g.goods_name,g.en_goods_name,g.goods_short_name,g.en_goods_short_name,g.brand_id,g.shop_price,g.goods_brief,g.en_goods_brief,g.goods_img,CONCAT(ga.attr_id,'_',ga.attr_value) as attr_value from fp_go...

17.RE: 平滑重建索引问题

更新时间:2012-02-10 09:02 t By hpxl

...l/Indexer.php --rebuild --source=mysql://root:pass@localhost/dbname --sql="SELECT * FROM tbl_post" --project=demo 如果是程序中添加索引,参考[url=http://www.xunsearch.com/doc/php/guide/index.rebuild]http://www.xunsearch.com/doc/php/guide/index.rebuild[/url]

18.mysql 其实支持中文全文检索的

发布时间:2010-05-14 10:05 t By xiaolan

...分析。 就比如说这样的sql语句是完全可以检索到的。 SELECT * FROM table_name WHERE MATCH(field_name) AGAINST('测试') 不知道这样的思路 有没有什么问题。 谢谢各位指教。:angel:

19.请问mysql数据源索引时候会锁住表吗?

发布时间:2013-05-09 18:05 t By hq22

...引时候用 util/Indexer.php --source=mysql://root@localhost/test --sql="select * from tbl_post" 很大的数据,索引时间可能几分钟。这样,我的mysql数据库会被锁住吗?就是不能读或者写了? 还是单单执行sql语句的时间会锁住?因为这两个时间不...

20.RE: 索引到一大半的时候出错退出,有没有办法继续?

发布时间:2011-10-26 17:10 t By tisswb

...6'] Indexer.php 你可以在 sql 语句中指定 offset 和 limit --sql="select * from cdb_posts limit 999999999999 offset 5000000" 类似这样,OFFSET 不能单用必须配合 limit [/quote] 呵呵 原来如此 非常感谢,数据已经导入了500万左右,做了测试,真是相当...

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