Federated Search in Windows 7: Creating a Search Connector Description

By now you may have spotted you can create your own Search Connector Descriptions in XML and install them in to the Federated Search support in Windows 7, see here for some examples, I'm particularly fond of the Twitter search extender, but there are connectors for Flickr, eBay, Amazon, SharePoint, Live Search etc. 

They are drop dead easy to create and you can effectively point at any service that accepts a search query on a URL and return data in RSS or ATOM format, for example SharePoint.

 <?xml version="1.0" encoding="UTF-8"?><OpenSearchDescription xmlns="https://a9.com/-/spec/opensearch/1.1/"                       xmlns:ms-ose="https://schemas.microsoft.com/opensearchext/2009/">   <ShortName>Search all Tweets</ShortName>     <Description>OpenSearch for Twitter</Description>      <Url type="application/rss+xml"        template="https://search.twitter.com/search.atom?q={searchTerms}&amp;rpp=50#"/>   </OpenSearchDescription>

Found a few resources for creating Search Connectors - see

Of course nothing to stop you creating your own own search feeds from your line of business applications with the support in WCF for ATOM and RSS, search around, there are plenty of samples on the net, but here are a couple of links to get ya started!!

image

Cheers Dave