Windows 7 :: Federation Search with MOSS

Windows 7 and SharePoint Better Together

Windows 7 and SharePoint Better Together

使用 Windows 7 Federation Search (聯邦搜尋) 可以搜尋 MOSS 網站上所有 index 的資料,透過定義 x.osdx 即可做到

osdx 檔案的內容如下,請修改紅字部分,設定自己的 MOSS 網站位置

<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="
http://a9.com/-/spec/opensearch/1.1/" xmlns:ms-ose="http://schemas.microsoft.com/opensearchext/2009/">
<ShortName>SharePoint 搜尋</ShortName>
<Description>搜尋 SharePoint 網站</Description>
<Url type="application/rss+xml" template="
http://moss/sites/sc/_layouts/srchrss.aspx?k={searchTerms}&amp;start={startIndex}"/>
<Url type="text/html" template="
http://moss/sites/sc/Pages/Results.aspx?k={searchTerms}"/>
<ms-ose:ResultsProcessing format="application/rss+xml">
<ms-ose:LinkIsFilePath>-1</ms-ose:LinkIsFilePath>
</ms-ose:ResultsProcessing>
</OpenSearchDescription>

image

image

image 

而定義的 connector 會放在 c:\users\angi\searches;要刪除 connector 只要直接右鍵點選刪除即可

image

 

另一個參考可以修改 Search Scope, &amp;s=Notes 或 &amp;s=人員

<Url type="application/rss+xml" template="http://sharepoint.company.com/searchcenter/_layouts/srchrss.aspx?k={searchTerms}&amp;s=All%20Sites"/>
<Url type="text/html" template="
http://sharepoint.company.com/searchcenter/Pages/Results.aspx?k={searchTerms}&amp;s=All%20Sites"/>

 

其他參考

Windows 7: Integrating SharePoint Search

http://blog.baeke.info/blog/_archives/2009/5/22/4194870.html

Create a Windows 7 Federated Search provider for SharePoint

http://www.wssdemo.com/Blog/archive/2009/01/12/Create-a-Windows-7-Federated-Search-provider-for-SharePoint.aspx

Windows 7 Federated Search with SharePoint

http://www.wssdemo.com/Blog/archive/2008/11/02/Windows-7-Federated-Search-with-SharePoint.aspx

Searching SharePoint with Windows 7 Search Connectors

http://blogs.msdn.com/ekraus/archive/2009/08/25/searching-sharepoint-with-windows-7-search-connectors.aspx

其他 Search Connector 可參考下列連結

http://www.microsoft.com/enterprisesearch/en/us/search-connectors.aspx#none