惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

W
WeLiveSecurity
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog
The Register - Security
The Register - Security
Stack Overflow Blog
Stack Overflow Blog
博客园 - 三生石上(FineUI控件)
T
Threat Research - Cisco Blogs
S
SegmentFault 最新的问题
V2EX - 技术
V2EX - 技术
Hacker News: Ask HN
Hacker News: Ask HN
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
P
Proofpoint News Feed
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
M
MIT News - Artificial intelligence
AI
AI
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Proofpoint News Feed
Hacker News - Newest:
Hacker News - Newest: "LLM"
B
Blog
N
News and Events Feed by Topic
N
News | PayPal Newsroom
Google DeepMind News
Google DeepMind News
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
C
Cybersecurity and Infrastructure Security Agency CISA
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
U
Unit 42
腾讯CDC
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
The Cloudflare Blog
H
Help Net Security
Recent Announcements
Recent Announcements
P
Privacy & Cybersecurity Law Blog
IT之家
IT之家
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Security Archives - TechRepublic
Security Archives - TechRepublic
L
LINUX DO - 热门话题
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
H
Heimdal Security Blog
博客园 - 聂微东
S
Securelist
大猫的无限游戏
大猫的无限游戏
Cloudbric
Cloudbric
Cisco Talos Blog
Cisco Talos Blog

博客园 - HeFlying

站长选择广告联盟的建议:比较谷歌Adsense、百度联盟、阿里妈妈 - HeFlying - 博客园 AddThis & AddFeed WordPress插件发布 [转] 中国版AddThis(收藏按钮):方便读者收藏,增加博客流量! 博客开放模块、Widget、Gadget UWA开发:信用卡还款提醒日历(附代码) - HeFlying - 博客园 我们的“网站备案”怎么了? Google统计(Analytics)推出超强新功能 Sitemap(搜索引擎网站地图) Google Adsense又添新广告投放形式:AdSense for Feeds 2008-08-08:觅搜(改版)发布在奥运日 对“中文搜索引擎流量百度占74.88%”的解读 我们的网站备案 (不知道中国那么多通信管理局都是干什么吃的???) Flickr 被封! XSL学习笔记:XSLT优先级问题 “就业歧视”这个话题好象讨论得很热 Adobe Creative Suite 3 下载(包括MAC版) 和 收集的一些资料 微软发布IE开发者工具条1.0正式版 中国网络工程师侠客行大会 通讯录 搜索引擎专场:Jan Pedersen的Search Engine Secrets
觅搜:使用Search API建立的元搜索引擎
HeFlying · 2008-08-14 · via 博客园 - HeFlying

在改版之前,实现元搜索的方法全部是通过服务器端抓取,然后返回到客户端分析、去重、排序。最近关注的Google APIs里有很多的Search API,所以就搜集了Google Web Search API, Yahoo Web Search API, Live Search API,可惜国内中文的搜索引擎可能是没兴趣发展这些技术、也可能出于保护的目的,都没有发布Search API。我的观点是:网络是开放的,发布API后,确实会失去一些东西,但会得到更多的东西。

对于没有发布API的搜索引擎,我直接在服务器端抓取,返回自己定义的API接口,这样对于整个网站来说,所有SE都有API了。

由于考虑到执行时间问题,觅搜默认加入的源 SE只有:Google、baidu、Live三个,给它们的排序权重(可信度)分别是:32、23、23。可信度用户可以自己设定进行重新排序。

为了提供更好的搜索体验,觅搜在同一页面加入了最常用的几个搜索引擎,实现一站式搜索,如果用户想在不同的搜索引擎中搜索东西,就不用繁琐地输网址、输关键词了。

本站主要运用Ajax + Json + Xhtml 1.0 + CSS 2.0 实现,工作量不大,主要是要熟悉几个SE的API,还有自己写些js,具体细节和资料我会在觅搜博客中和大家交流分享。