Select the product you need help with
SharePoint 2010: Only the Start address URL of a PHP based Web site content source is being crawled by FAST search connectorArticle ID: 2550268 - View products that this article applies to. SYMPTOMSWhen trying to crawl a PHP based web site, the SharePoint crawler (with FAST backend) only processes the first page and will not follow any links thereafter. The "normal" SharePoint crawler (not connected to a FAST backend) crawls this site without error. CAUSEThe PHP extension is not added to the list of extended connector (FAST connector) property. RESOLUTIONAdd the file extension PHP for the FAST connector using 'Set-SPEnterpriseSearchExtendedConnectorProperty'. First get the current value for the extended connector (FAST connector) property using the following PowerShell command: Get-SPEnterpriseSearchExtendedConnectorProperty –SearchApplication $searchApp –identity ExtensionsToFilter where $searchApp is the Fast connector Search Service Application (SSA). The value returned would be something like “;ascx;asp;aspx;htm;html;jhtml;jsp;”. Then set the value using for the extended connector (FAST connector) property using the following PowerShell command Set-SPEnterpriseSearchExtendedConnectorProperty –SearchApplication $searchApp –identity ExtensionsToFilter –Value “;ascx;asp;aspx;htm;html;jhtml;jsp;php;” MORE INFORMATION- Set-SPEnterpriseSearchExtendedConnectorProperty http://technet.microsoft.com/en-us/library/ff608013.aspx
(http://technet.microsoft.com/en-us/library/ff608013.aspx)
- About Windows PowerShell cmdlets (FAST Search Server 2010 for SharePoint) http://technet.microsoft.com/en-us/library/ff393782.aspx
(http://technet.microsoft.com/en-us/library/ff393782.aspx)
Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations.PropertiesArticle ID: 2550268 - Last Review: June 4, 2011 - Revision: 5.0
|


Back to the top








