有没有办法在 Lucene 中索引 CHM 文件?

发布于 2024-11-14 18:29:31 字数 70 浏览 3 评论 0原文

任何人都可以建议我一种可以对 chm 文件进行索引的方法,例如 pdf 的 pdfbox

Can anyone please suggest me a method by which a chm file can be indexed in such as pdfbox for pdf.

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

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

发布评论

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

评论(2

江湖正好 2024-11-21 18:29:31

如果您还需要索引其他文档格式,您可能会在 Apache Tika

他们最近刚刚添加了一个 CHM 解析器(供参考:支持 CHM 格式)它将在下一个 版本。

If you have also other document formats which you need to index, you might find a better and more general solution in Apache Tika

They just added a CHM Parser recently (for reference: Support of CHM Format) and it will be in the next version.

他不在意 2024-11-21 18:29:31

如果您正在谈论 Microsoft 编译的 HTML 帮助 文件,您可以使用 < 从中提取文本a href="https://sourceforge.net/projects/jchm/" rel="nofollow">JChm 然后以正常方式对其进行索引。

If you're talking about Microsoft Compiled HTML Help files, you can just extract text from them with JChm and then index it in a normal way.

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