Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将 sphinx 索引数据导出到 SQL,以便可以将其导入到原始表中?在开发环境中删除了一张表,我们忽略了备份。它适用于 vBulletin。需要恢复 pm 和 pmtext 表。
如文档中所述:
请注意,字段的原始内容不存储在 Sphinx 索引中。您发送给 Sphinx 的文本会得到处理,并且会根据该文本构建全文索引(一种可以快速搜索关键字的特殊数据结构)。但是原始文本内容随后被简单地丢弃。Sphinx 假设您将这些内容存储在其他地方。
对不起。