提供语义帮助的元搜索引擎
January 22nd, 2012

Above gure shows the overall architecture of the system. Initially when user is raised a query the query is passed it on to two dierent search engines, namely Google and Bing. The resulting documents are indexed on they and query is passed it on recently built index. Before passing the query we will transform the query into a semantic query and search in index. While displaying they follow the order of own ranking algorithm. For this we are using Lucene. Sometimes when a query is not converted into a semantic query then original the query is only passed it on to index. Auto complete and spelling correction help user to suggest query and post correct query respectively.
趁着还记得,略微记录一下这个小项目。
项目小组成员:
- Rong Zheyi
- Chen Cai
- Stef Sijben
- Sagar Gugwad
项目的系统结构图如上所示。
数据输入:用户的搜索查询
数据输出:排序的搜索结果,并提供聚类分析。
编程语言: Java ,JSP。
