hightman / xunsearch

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

关于index更新与laravel eloqunet model的联动,有什么好的建议吗 #59

Open tx19980520 opened 5 years ago

tx19980520 commented 5 years ago

目前想到的就是加l event listener里面写可能会比较方便的改动index

hightman commented 5 years ago

不了解laravel 不过我有做过yii2的,可以在model的after save里联动

发自我的 iPhone6艹

在 2018年10月27日,上午11:11,ty0207 notifications@github.com 写道:

目前想到的就是加l event listener里面写可能会比较方便的改动index

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

largezhou commented 5 years ago

自己的小博客,刚弄完简单的搜索,你可以看看,我是放在模型的saved事件里 http://notes.lzis.me/posts/5

tx19980520 commented 5 years ago

@largezhou 非常感谢,我本来是想在boot里面实现下update,感觉你使用trait也很好,再次感谢