Using Federated Search
Federated Search enables users to use the familiar Windows Explorer interface to search content located on repositories such as Windows SharePoint sites, intranet sites, and other types of remote data sources, including sites on the Internet. The goal of Federated Search is to allow users to work with files stored on these repositories as easily as they can work with files on their local computers' file systems.
Note Federated Search in Windows 7 does not interleave results from multiple sources. You must search each source separately.
How Federated Search Works
Federated Search uses search connectors, which are XML files that store information on how to connect to a remote data source. Search connectors are installed using OpenSearch Description (OSDX) files, which are XML files that have the .osdx file extension. When opened, these files create a .searchConnector-ms file in the %UserProfile%\Searches folder on the computer and a shortcut to this file in the Favorites area of the navigation pane of Windows Explorer. For example, the XML for a search connector named MSDN.OSDX that enables searching of content on http://social.msdn.microsoft.com looks like this.
<?xml version="1.0" encoding="UTF-8"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <ShortName>MSDN</ShortName> <Description>Search MSDN. Powered by live.com</Description> <Language></Language> <Url type="text/html" template="http://social.msdn.microsoft.com/Search /en-US/?Query={searchTerms}"/> <Url type="application/rss+xml" template="http://social.msdn.microsoft.com/Search /Feed.aspx?locale=en-US&Query={searchTerms}&format=RSS&StartIndex= {startIndex}"/> </OpenSearchDescription>
Double-clicking this search connector to open it displays the dialog box.
Clicking Add in this dialog box installs the MSDN search connector (MSDN.searchConnector-ms) in the Favorites area of the navigation pane of Windows Explorer to allow the easy searching of content on MSDN.
In this tutorial:
- Managing Search
- Search and Indexing Enhancements
- Search in Windows XP
- Search in Windows Vista
- Search in Windows 7
- Understanding the Windows Search Versions
- Search Versions Included in Windows 7 and Windows Vista
- Search Versions Included in Windows Server 2008
- Search Versions Available for Earlier Versions of Windows
- How Windows Search Works
- Understanding Search Engine Terminology
- Windows Search Engine Processes
- Enabling the Indexing Service
- Windows Search Engine Architecture
- Understanding the Catalog
- Default System Exclusion Rules
- Understanding the FANCI Attribute
- Default Indexing Scopes
- Initial Configuration
- Understanding the Indexing Process
- Modifying IFilter Behavior
- How Indexing Works
- Rebuilding the index
- Viewing Indexing Progress
- Understanding Remote Search
- Managing Indexin
- Configuring the Index
- Configuring the Index Location Using Group Policy
- Configuring Indexing Scopes and Exclusions Using Group Policy
- Configuring Offline Files Indexing
- Configuring Indexing of Encrypted Files
- Configuring Indexing of Encrypted Files Using Control Panel
- Configuring Indexing of Similar Words
- Configuring Indexing of Text in TIFF Image Documents
- Other Index Policy Settings
- Using Search
- Configuring Search Using Folder Options
- Configuring What to Search
- Configuring How To Search
- Using Start Menu Search
- Searching Libraries
- Advanced Query Syntax
- Using Federated Search
- Deploying Search Connectors
- Troubleshooting Search and Indexing Using the Built-in Troubleshooter