如何创建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

















读者评论
谢谢解释!