1

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?

4

1 に答える 1

0

別のiFilterをダウンロードしてインストールすると、すべてが機能します。

これはリンクです:

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

このページには、情報が古くなっているため、新しいAdobeAcrobatをインストールする必要があると記載されています。これは私にはうまくいきませんでした。古いAdobePDFIFilterv6.0ワードをインストールしました。

于 2011-02-10T16:15:04.700 に答える