如何創建Windows 7搜索連接器(聯邦檢索)
廣告
我們已經公佈了的Windows 7搜索連接器又名開放式搜索聯合會你可以搜索遠程文件從您的Windows 7桌面。 由於微軟的文件搜索連接器窗口7仍然無法使用,我們沒有任何有關如何創建Windows 7的搜索連接器或任何其他細節的 Windows 7公開查閱聯邦功能 。
Lerry從On10已張貼信息的 Windows 7聯邦搜索文件即OSDX文件鑽研克里斯pirillo的 Windows 7搜索連接器的文件 。 按Lerry , OSDX文件基本上是片段的RSS ,允許聯邦搜索通過Windows外殼。
如果您要創建的Windows 7的搜索連接器為您的博客或您的網站然後閱讀以下指示就如何創建Windows 7的搜索連接器。
如何創建Windows 7搜索連接器(聯邦檢索)
1 。這裡是典型的Windows 7的搜索連接器文件即OSDX文件
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Name of Connector</ShortName>
<Description>Description of Connector</Description>
<Url type="application/rss+xml" template="[RSS Search Feed URL]” />
</OpenSearchDescription>
2 。您只需要知道RSS提要遠程服務的網址為您要創建的Windows 7的搜索連接器。
我說我要創建的Windows 7的搜索連接器的blogsdna.com即我想要搜尋blogsdna從我的Windows 7 。
我們將使用微軟的Live搜索,返回結果的RSS格式選定的搜索字詞
這裡是網址搜索
http://search.live.com/results.aspx?q={searchTerms}+site%3a[Site to search]&format=rss
和
http://search.msn.com/results.aspx?q={searchTerms}+site%3a[Site to Search]&num=[Number of results to return]&format=rss
3 。只要使用下面的模板,並取代與你的價值觀:
<?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>[Your Name for the Provider]</ShortName>
<Description>[Description for your provider]</Description>
<Url type=”application/rss+xml” template=”http://search.msn.com/results.aspx?q={searchTerms}+site%3a[Site to Search]&num=[Number of results to return]&format=rss”/>
<Url type=”text/html” template=”http://search.live.com/results.aspx?q={searchTerms}+site%3a[Site to search]&format=rss”/><?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>[Your Name for the Provider]</ShortName>
<Description>[Description for your provider]</Description>
<Url type=”application/rss+xml” template=”http://search.msn.com/results.aspx?q={searchTerms}+site%3a[Site to Search]&num=[Number of results to return]&format=rss”/>
<Url type=”text/html” template=”http://search.live.com/results.aspx?q={searchTerms}+site%3a[Site to search]&format=rss”/>
4 。複製上面的代碼在一個文本文件,並取代的價值觀念和保存檔案。 osdx
5 。要安裝Windows 7的搜索連接器雙擊。 osdx文件或點擊右鍵並選擇創建的搜索連接器 。


截圖的Windows 7的搜索連接器的Blogsdna.com

















讀者評論
謝謝解釋!