locked
How to search PDF in new IIS RRS feed

  • Question

  • User-773169280 posted

    Hello,

    The old IIS had the index search feature. PDFs can be searched by creating a catalog.

    However the latest IIS disabled this function.

    What bypass can be done?

    Thanks,

    Monday, July 29, 2019 3:42 PM

All replies

  • User-158764254 posted

    PDFs can be searched by creating a catalog.

    However the latest IIS disabled this function.

    What do you mean by "disabled" ?

    Historically, pdf documents have not been indexed for IIS/Search unless you've installed a pdf iFilter which is not included with IIS.

    If you're moving to a new version of IIS / New server, make sure you install a pdf iFilter

    https://chayadigital.wordpress.com/2013/06/18/install-and-setup-adobe-pdf-ifilter-on-miscrosoft-server-2008-r2-sp1-64-bit-operating-system/

    or

    https://www.foxitsoftware.com/products/pdf-ifilter/

    Monday, July 29, 2019 10:54 PM
  • User-773169280 posted

    Thank you Mike.

    I might not clarify it. Our website has used the classic ASP and Indexing Service to search PDF by creating a catalog. Since the old IIS has the Indexing Service feature that created index and searches against a specific catalog. But the Windows/IIS was now upgraded, Indexing Service is deprecated in the new Windows/IIS. It is replaced by Windows Search Service.

    1, Is there any way to still use the Indexing Service in the new Windows/IIS?

    2, If I have to use Windows Search Service, how to migrate from Indexing Service to Windows Search Service. The code used for Indexing Service  can be used for Windows Search Service?

    Thank again,

    Tuesday, July 30, 2019 2:01 PM
  • User-2114649853 posted

    Hi xiaocao,

    As far as I known ,index service has been deprecated since iis7. Like smtp, index service ,IIS7 UI has been cleaned of all external references.Here is the link,I hope it could help you.

    https://social.technet.microsoft.com/Forums/windowsserver/en-US/e7687b1a-d25e-47e4-b7c9-75991a56f083/indexing-service-not-able-to-index-virtual-directories-in-iis-7?forum=winservergen

    Best Regards

    Able

    Wednesday, July 31, 2019 2:53 AM
  • User-773169280 posted

    Thank you Able for the informative link.
    The following link also addresses the issue, but looks like there is no solution.
    https://social.technet.microsoft.com/forums/windowsserver/en-US/58e6bfbf-56bb-4484-9dbc-a61468561b0f/what-replaces-the-deprecated-indexing-service

    By the way, our website has a lot of class ASP pages that uses Indexing Service to search PDF. The IIS upgrading leads to the replacement of Indexing Service with currently unknown avenue.  Apparently it is a big job to be done.

    Wednesday, July 31, 2019 11:48 AM