<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Using Federated Search in Geographic Environments</title><link>http://blogs.technet.com/tothesharepoint/archive/2008/07/18/3090988.aspx</link><description>Greetings, my name is Brenda Carter, I am a technical writer who writes content for the IT Pro audience about Office SharePoint Server and Windows SharePoint Services. The purpose of this blog entry is to tell you about the new federated search functionality</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Using Federated Search in Geographic Environments</title><link>http://blogs.technet.com/tothesharepoint/archive/2008/07/18/3090988.aspx#3129887</link><pubDate>Mon, 29 Sep 2008 15:13:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3129887</guid><dc:creator>David Rettig</dc:creator><description>&lt;p&gt;Broken link&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://tnstage.dns.microsoft.com/en-us/library/cc262205"&gt;http://tnstage.dns.microsoft.com/en-us/library/cc262205&lt;/a&gt;(TechNet.10).aspx&lt;/p&gt;</description></item><item><title>re: Using Federated Search in Geographic Environments</title><link>http://blogs.technet.com/tothesharepoint/archive/2008/07/18/3090988.aspx#3130036</link><pubDate>Mon, 29 Sep 2008 21:39:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3130036</guid><dc:creator>Brenda Carter</dc:creator><description>&lt;p&gt;Thanks, David! I fixed the broken link. Brenda&lt;/p&gt;
</description></item><item><title>re: Using Federated Search in Geographic Environments</title><link>http://blogs.technet.com/tothesharepoint/archive/2008/07/18/3090988.aspx#3147503</link><pubDate>Wed, 05 Nov 2008 01:10:44 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3147503</guid><dc:creator>Sabin</dc:creator><description>&lt;p&gt;Hi Brenda, &lt;/p&gt;
&lt;p&gt;Thanks for the article. When I use the Federated Search Webparts, I can only get 10 results. This is because the RSS feed from the SharePoint Search Page only provides 10 results. Do you know of a way to increase the number of items returned from SharePoint in the searchRss.aspx Feed???&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Sabin&lt;/p&gt;</description></item><item><title>re: Using Federated Search in Geographic Environments</title><link>http://blogs.technet.com/tothesharepoint/archive/2008/07/18/3090988.aspx#3149372</link><pubDate>Sat, 08 Nov 2008 00:44:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3149372</guid><dc:creator>Brenda Carter</dc:creator><description>&lt;p&gt;Hi Sabin,&lt;/p&gt;
&lt;p&gt;I tracked down an answer for you from the search team. Let me know if this does not work. &lt;/p&gt;
&lt;p&gt;Thanks, Brenda&lt;/p&gt;
&lt;p&gt;------------&lt;/p&gt;
&lt;p&gt;You can change this by modifying the rss page. &amp;nbsp;In order for it to be supported, you’ll have to make your own version of the RSS feed. &amp;nbsp;We don’t support changing the OOB files because these get overwritten upon upgrade/patching.&lt;/p&gt;
&lt;p&gt;On each WFE:&lt;/p&gt;
&lt;p&gt;1.	Copy D:\Program Files\Common Files\Microsoft Shared Debug\Web Server Extensions\14\TEMPLATE\LAYOUTS\srchrss.aspx&lt;/p&gt;
&lt;p&gt;2.	Rename the file to “mysrchrss.aspx”. &amp;nbsp;Keep it in the LAYOUTS folder.&lt;/p&gt;
&lt;p&gt;3.	Open the file. &amp;nbsp;You’ll see a small file that contains this XML:&lt;/p&gt;
&lt;p&gt;&amp;lt;SRCHWC:SearchRSS &lt;/p&gt;
&lt;p&gt;…&lt;/p&gt;
&lt;p&gt; &amp;nbsp;runat=&amp;quot;server&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;4.	Add a line to this structure:&lt;/p&gt;
&lt;p&gt;&amp;lt;SRCHWC:SearchRSS &lt;/p&gt;
&lt;p&gt; &amp;nbsp;ResultsPerPage=50&lt;/p&gt;
&lt;p&gt;…&lt;/p&gt;
&lt;p&gt; &amp;nbsp;runat=&amp;quot;server&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;5.	Direct any queries you want against the new rss file. &amp;nbsp;Treat it just like you would the regular rss (same url paramanters, etc).&lt;/p&gt;
&lt;p&gt;This should change it. &amp;nbsp;The range is 1&amp;lt;=x&amp;lt;=50. &amp;nbsp;Try this in a test environment first.&lt;/p&gt;
&lt;p&gt;If you want to change the link in the search results UI page to go against a new RSS feed, you will have to…&lt;/p&gt;
&lt;p&gt;•	Edit the XSLT of the Actions web part&lt;/p&gt;
&lt;p&gt;•	Add some code that parses the rss url for “srchrss” and replaces it with “mysrchrss”&lt;/p&gt;
&lt;p&gt;Changing it in the UI may be unnecessary if you only want programatic access to the RSS elements (i.e. through an RSS reader).&lt;/p&gt;
</description></item><item><title>re: Using Federated Search in Geographic Environments</title><link>http://blogs.technet.com/tothesharepoint/archive/2008/07/18/3090988.aspx#3157728</link><pubDate>Sat, 22 Nov 2008 02:02:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3157728</guid><dc:creator>Sabin</dc:creator><description>&lt;p&gt;Hi Brenda, &lt;/p&gt;
&lt;p&gt;Thanks for the answer. This works great. I had figured out up to changing the value.However I was using the same OOTB file. You are right, in an update my changes may get blown away. &lt;/p&gt;
&lt;p&gt;Thanks again for your help. &lt;/p&gt;
&lt;p&gt;Sabin&lt;/p&gt;</description></item><item><title>re: Using Federated Search in Geographic Environments</title><link>http://blogs.technet.com/tothesharepoint/archive/2008/07/18/3090988.aspx#3166723</link><pubDate>Thu, 11 Dec 2008 11:54:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3166723</guid><dc:creator>Marvin</dc:creator><description>&lt;p&gt;Hi I have a question Im a admin of MOSS in my company and I want to know is it possible to have a consolidated result from diffrent federated search?&lt;/p&gt;</description></item><item><title>re: Using Federated Search in Geographic Environments</title><link>http://blogs.technet.com/tothesharepoint/archive/2008/07/18/3090988.aspx#3167281</link><pubDate>Fri, 12 Dec 2008 01:44:11 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3167281</guid><dc:creator>Brenda Carter</dc:creator><description>&lt;p&gt;Hi Marvin,&lt;/p&gt;
&lt;p&gt;I verified this with a member of the product team. You can consolidate results using two different methods:&lt;/p&gt;
&lt;p&gt;1)	Same result page: you can have different federated web parts that get information from different sources display results in the same page&lt;/p&gt;
&lt;p&gt;2)	There’s a special federated web part that provides summary (to results) of your results from all federated connections.&lt;/p&gt;
&lt;p&gt;Even with these methods, though, there is no unique ranking for results in different locations even if these are SharePoint results.&lt;/p&gt;
</description></item><item><title>  SharePoint Best Practices Posts, Day 4 of 10. The Power of Search with Federated Searches. : SharePoint in Education</title><link>http://blogs.technet.com/tothesharepoint/archive/2008/07/18/3090988.aspx#3226755</link><pubDate>Wed, 15 Apr 2009 17:19:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3226755</guid><dc:creator>  SharePoint Best Practices Posts, Day 4 of 10. The Power of Search with Federated Searches. : SharePoint in Education</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://sharepointineducation.com/?p=1007"&gt;http://sharepointineducation.com/?p=1007&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>