Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top