Re: An issue with Full Text Search against PDF blobs...



Check the gatherer logs to see what the status of your population was.

--
relevantNoise - dedicated to mining blogs for business intelligence.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"Camilo" <Camilo@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:92BEFB18-89BF-4C7E-8B11-769B0C329B7B@xxxxxxxxxxxxxxxx
My client is trying to use SQL Server Full Text Search to search PDFs
stored
in a varbinary(max) column. Full text search works fine for other
Microsoft
Office documents stored in the same table but it does NOT give back any
results from the PDF documents.

Following is a high-level view of what the client did:

1. Installed Adobe PDF IFilter 6.0
2. Ran the stored procedure sp_fulltext_service (as documented)
3. Restarted the server
4. Verified that the filter got properly installed by querying the system
view
sys.fulltext_document_types
5. Created a full text index on the table with the documents
6. Started a full population of the index
7. Ran a sample query with a string he knows is in the PDF file like the
following:
select * from documents where freetext(document, 'Review') and got no
results
back
8. Ran the same sample query with a string he knows is in some Word files
like the
following: select * from documents where freetext(document, 'SQL') the
query
returned several rows back as expected.

Does anybody know what might be happening here?

Thank you!

Camilo Leon



.



Relevant Pages

  • Re: An issue with Full Text Search against PDF blobs...
    ... Are you using 64-bit Windows and SQL Server? ... Adobe PDF IFilter was only 32-bit. ... Ran a sample query with a string he knows is in the PDF file like the ... Ran the same sample query with a string he knows is in some Word files ...
    (microsoft.public.sqlserver.fulltext)
  • Re: More PDF IFilter problems
    ... I did generate a new PDF file (which is ... Looking for a SQL Server replication book? ... occurred during full-text index population for table or indexed view ... I'm having some frustrating issues with the PDF IFilter and making ...
    (microsoft.public.sqlserver.fulltext)
  • Re: PDF iFilter 8/9 with SQL Server?
    ... before there were instructions for Sharepoint but nothing for SQL Server. ... app (it's based on the xpdf source code) to handle PDF packages too, ... adobe site for version 9/ ifilter. ...
    (microsoft.public.sqlserver.fulltext)
  • Re: More PDF IFilter problems
    ... PDF problem remains, however... ... I'm having some frustrating issues with the PDF IFilter and making it ... I am running SQL Server 2005 Standard 32 bit edition ... on Windows Server 2003 Standard Edition. ...
    (microsoft.public.sqlserver.fulltext)
  • Re: More PDF IFilter problems
    ... Looking for a SQL Server replication book? ... PDF is it? ... occurred during full-text index population for table or indexed view ... I'm having some frustrating issues with the PDF IFilter and making it ...
    (microsoft.public.sqlserver.fulltext)