hightman / xunsearch

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

indexer索引管理器 可以支持一下 增量索引吗? #127

Open lxl36 opened 3 years ago

lxl36 commented 3 years ago

http://www.xunsearch.com/doc/php/guide/util.indexer

没发现增量索引的说明;每次都全量索引实在太耗资源了……自己又不具备开发 的能力

xiaoyanbot commented 2 years ago

我也没发现增量的本身的方法, 貌似还有个解决方案,增加一个 update_time 的字段,写SQL按照这个排序,每次进行执行,作为一个导入的时间点

lxl36 commented 2 years ago

我已经自己开发php 对接sdk; 不再使用官方提供的索引管理器了 

黑鹰基地教程 黑鹰教程 黑鹰-网*|赚教程送大礼包+神秘礼物! http://item.taobao.com/item.htm?id=4602807846

 

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年5月27日(星期五) 下午4:07 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [hightman/xunsearch] indexer索引管理器 可以支持一下 增量索引吗? (#127)

我也没发现增量的本身的方法, 貌似还有个解决方案,增加一个 update_time 的字段,写SQL按照这个排序,每次进行执行,作为一个导入的时间点

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>