SharePoint FastSearch No refinements available after paging
Problem: In a SharePoint FAST Search Site with custom refiners, after we move out of the first page (page 2, 3, etc.) the refiners will not appear anymore, being displayed the message "No refinements available". Solution: It appears that even if just one of our refiners does not have Deep Refiner enabled, all the refiners will be gone after paging. This can be done through PowerShell: Set-FASTSearchMetadataManagedProperty -Name -RefinementEnabled $true Source: http://social.technet.microsoft.com/Forums/en-US/e3ed46b7-c8e5-4a1b-aa70-41933efa69f3/search-refinement-panel-shows-no-refinements-available-after-paging-w-search-paging-wp-to?forum=sharepointgeneralprevious http://technet.microsoft.com/en-us/library/gg193929%28v=office.14%29.aspx