使用 Zend Lucene 搜索 Office 2003 或更早版本的文件

发布于 2024-08-10 00:30:42 字数 65 浏览 13 评论 0原文

我知道已经有支持 Office 2007 文件的对象,但是是否有任何本机 Office 2003 或更早版本的支持?

I know there are already objects supporting Office 2007 files, but is there any native Office 2003 or earlier support ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

吃→可爱长大的 2024-08-17 00:30:42

似乎没有与 Zend_Search_Lucene,对于这些。

尽管如此,考虑到它可以索引 HTML 文档,如果您能找到一种将 Office 2003 文档转换为 HTML 的方法(至少,为了索引 - 与 HTML 文档一起保留原始版本,以供咨询),你也许可以索引那些......

There doesn't seem to be anything bundled with Zend_Search_Lucene, for those.

Still, considering it can index HTML documents, if you can find a way to convert your Office 2003 documents to HTML (at least, for indexing -- keeping to original version alonside the HTML one, for consultation), you might be able to index those...

尴尬癌患者 2024-08-17 00:30:42

I would recommend indexing the documents with Solr and Tika together and using JSON to search your Solr/Lucene index from PHP. See the ExtractingRequestHandler (Solr wiki page) article for more information.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文