Federated Search is helpfil in the scenario where the data is stored in multiple repositories and we can not crawl this data to create our own index. There is a OOB web part called Federated Results given in SharePoint which can be used to display the Federated results from various Locations. Now lets try to use this web part and display results from Bing in our SharePoint pages. Bing will show the results based on the query given by the user in search text box. First we need to add this web part to our page. Once this Web Part is added we need to select the Location. Locations helps to configure the federated results. There are some preconfigured locations are there and one of this location we will be using to show results from Bing. We can also create our own locations. We will do this in Part 2 of this post on Creating Locations for Federated Search in SharePoint.
To show the results from Bing on SharePoint pages select Interent Search Results as Location.
This is all we need to do to show the results. Now based on the search keyword the results will be shown in the Federated Results Web Part. I am doing a search on SharePoint and the top 3 results are returned from Bing as well other than the results along the results from SharePoint.
We can change some settings through this web part like number of results which we want to show and the number of characters in the description. We can also provide Fixed Keyword Query. With this we can hardcode the query which will be passed to the Bing search engine and result will be returned always for with this keyword.
3 comments:
Hi,
I just want to ask if Federated web part can do sorting and paging? How? Or we need to customize this web part to do such thing?
Thanks
With WSS 3.0, I believe you set the setting my number of records. I don't think you can set paging though.
hey,
I am using Fast search for sharepoint 2010. when I add a webpart with extending CoreResultsWebPart in "Fast Search Center" site, It shows a empty page.
But the other refinement web part and pagination webpart show the appropriate results. Is there any configuration I need to do in my side to get those results appear ??
Post a Comment