如何在 SQL Server 2000 中安装 pdf iFilter?
我有一个包含包含文档的二进制对象的数据库。单独的列包含扩展名(doc、docx、xls、html、txt...)。我已经设置了全文索引,并且这已经工作了多年:我可以查询索引文档的内容。
现在我还想索引存储在数据库中的pdf文件。这可以通过安装 iFilter 来完成。根据 Adobe 网站,当您安装最新版本的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下载并安装单独的 iFilter 后,一切正常。
这是链接:
http://www.adobe.com/support/ downloads/detail.jsp?ftpID=2611
在此页面上,它表示该信息已过时,您应该安装较新的 Adobe Acrobat。这对我来说不起作用,安装了旧的 Adobe 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.