Full text index abd PDF ifilter

Discussion in 'Pre-sales questions' started by mjlamb, Feb 25, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi do you support the PDF ifilter for searching full text in sql server
     
  2. dmitri

    dmitri DiscountASP.NET Staff

    PDF iFilter is not installed. You can always find out which document types are valid for Full Text Search on a given SQL Server by executing the following query:
    Code:
    SELECT * FROM sys.fulltext_document_types
    
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page