是否可以在 Sunspot Rails 中使用 DataImportHandler?
我有一个 Rails 应用程序,其中有 MySQL 数据库中的数据。我正在使用 Sunspot 与 Solr 交互,我希望能够使用 DataImportHandler 将数据从 MySQL 导入到 Solr。我尝试在谷歌上搜索,但似乎找不到我的问题的答案。
最终,我希望能够创建一个 rake 任务来执行此数据导入。
I have a rails app which has data in MySQL db. I am using Sunspot to interact with Solr and I would like to be able to use DataImportHandler to import data from MySQL to Solr. I have tried searching on google and I can't seem to find an answer to my question.
Ultimately, I want to be able to create a rake task that will do this data import.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个想法很有趣,但答案是否定的。您必须创建自己的自定义
data-config.xml
。也就是说,只要您坚持 Sunspot 字段命名约定,您仍然应该能够使用 Sunspot 进行这样的设置搜索。从 Sunspot 的配置生成
data-config.xml
肯定是一个有趣的补充。也许是未来的版本。The idea is interesting, but the answer is no. You would have to create your own custom
data-config.xml
. That said, so long as you stick to Sunspot field naming conventions, you should still be able to use Sunspot for searching with such a setup.Generation of that
data-config.xml
from Sunspot's configuration would definitely be an interesting addition. Maybe for a future version.