How to retrieve FAST search results in custom solution using c#
SharePoint
1
Posts
1
Posters
0
Views
1
Watching
-
I am using console application to retrieve search results in data table. previously this code was working fine with SharePoint search service application. by the time SSA has been replaced with FAST search using a connector.(Connector is having Content source defined in it.) My issue is my already working code stopped working, i am using Keyword query. some where on net I found that I need to set keywordquery.EnableFQL = true This I did in my code but it didn't work at all. Looking forward for solution. Thanks
With Thanks & Regards Amit Sk Sharma