如何使用Windows 7search联合searchSharePoint库?

我想为Windows 7上的SharePoint文档库创build一个自定义search提供程序

查看Ian Morrish 为SharePoint创buildWindows 7联合search提供程序 。 这描述了您需要创build的OSDX文件。

如果引用的博客文章消失,标记看起来像这样:

<?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/”&gt;
<ShortName> WSSDemo Site </ ShortName>
<Description>searchIan Morrish Sharepoint演示站点</ Description>
<Url type =“application / rss + xml”template =“http://www.wssdemo.com/search/_layouts/srchrss.aspx?k={searchTerms}&amp;start={startIndex}&amp;s=WSSDemo% 20Content“/>
<Url type =“text / html”template =“http://www.wssdemo.com/search/Pages/Results.aspx?k={searchTerms}&amp;s=WSSDemo%20Content”/>
<! – Win7 M3语法 – >
<MS-OSE:locationProperties>
<ms-ose:属性名称=“TreatLinkAsEnclosure”> – 1 </ ms-oose:property>
</ MS-OSE:locationProperties>
<! – Win7 Beta语法 – >
<ms-ose:ResultsProcessing format =“application / rss + xml”>
<MS-OSE:LinkIsFilePath> -1 </ MS-OSE:LinkIsFilePath>
</ MS-OSE:ResultsProcessing>
</ OpenSearchDescription>