如何在 SQL Server 2000 中安装 pdf iFilter?

发布于 2024-10-16 00:22:32 字数 407 浏览 5 评论 0原文

我有一个包含包含文档的二进制对象的数据库。单独的列包含扩展名(doc、docx、xls、html、txt...)。我已经设置了全文索引,并且这已经工作了多年:我可以查询索引文档的内容。

现在我还想索引存储在数据库中的pdf文件。这可以通过安装 iFilter 来完成。根据 Adob​​e 网站,当您安装最新版本的 Acrobat Reader 时,就会安装 pdf iFilter,我就是这么做的。

我想我需要做更多的事情,因为(即使在机器完全重新启动之后)pdf iFilter 没有与 filtreg.exe 一起列出。我确实找到了一些有关如何在 SQL Server 2005 中启用 iFilter 的文档,但这些命令在 SQL Server 2000 中不起作用。

有人设法在 SQL Server 2000 中为 pfd 设置全文索引吗?

I have a database with binary objects that contain documents. A separate column contains the extension (doc, docx, xls, html, txt, ...). I have set up full text indexing and this has worked for years: I can query the contents of the indexed documents.

Now I also want to index pdf files that are stored in the database. This can be done by installing an iFilter. According to Adobe's website, the pdf iFilter is installed when you install the latest version of Acrobat Reader, which I did.

I think I need to do more, because (even after a full reboot of the machine) the pdf iFilter isn't listed with filtreg.exe. I did found some documentation about what needs to be done to enable the iFilter in SQL Server 2005, but these commands do not work in SQL Server 2000.

Has anybody managed to set up full text indexing for pfd in SQL Server 2000?

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

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

发布评论

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

评论(1

情绪 2024-10-23 00:22:32

下载并安装单独的 iFilter 后,一切正常。

这是链接:

http://www.adobe.com/support/ downloads/detail.jsp?ftpID=2611

在此页面上,它表示该信息已过时,您应该安装较新的 Adob​​e Acrobat。这对我来说不起作用,安装了旧的 Adob​​e PDF IFilter v6.0 单词。

After downloading and installing the separate iFilter everything works.

This is the link:

http://www.adobe.com/support/downloads/detail.jsp?ftpID=2611

On this page it says that the info is outdated and that you should just install the newer Adobe Acrobat. This dodn't work for me, installing the old Adobe PDF IFilter v6.0 words.

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