RoR 中的文档搜索
事情是这样的:我有一个 RoR 应用程序,其中包含一堆数据库项目(通过 Sunspot 进行索引),其中一些带有文件附件(通常是 PDF 和纯文本文件)。在全文搜索中包含这些文档内容的最简单方法是什么?
Here's the deal: I have a RoR application with bunch of database items (indexed via Sunspot), some of them with file attachments (typically PDFs and plaintext files). What's the easiest way to include content of those documents in fulltext search?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 PDF 阅读器 gem,例如 pdf-reader,并在 Sunspot 中对其进行索引。
Use a PDF reader gem like pdf-reader, and index it in Sunspot.