hightman / xunsearch

免费开源的中文搜索引擎,采用 C/C++ 编写 (基于 xapian 和 scws),提供 PHP 的开发接口和丰富文档
http://www.xunsearch.com
Other
1.65k stars 391 forks source link

导入数据库数据时无法使用UNION ALL 或者有什么可替代的方法 #58

Open tx19980520 opened 6 years ago

tx19980520 commented 6 years ago

导入数据库数据时无法使用UNION ALL 或者有什么可替代的方法 util/Indexer.php --rebuild --source=mysql://root:@localhost/exampletwo --sql="SELECT id, title, content FROM docs UNION ALL SELECT id, title, content FROM documents" --project=demo2 以上是我的cmd,但导入的数据量并不会,我想询问下原因

hightman commented 6 years ago

不一定非要用倒入工具,可以自己参考流程写脚本导入

发自我的 iPhone6艹

在 2018年10月26日,下午11:31,ty0207 notifications@github.com 写道:

导入数据库数据时无法使用UNION ALL 或者有什么可替代的方法 util/Indexer.php --rebuild --source=mysql://root:@localhost/exampletwo --sql="SELECT id, title, content FROM docs UNION ALL SELECT id, title, content FROM documents" --project=demo2 以上是我的cmd,但导入的数据量并不会,我想询问下原因

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.