An open API service indexing awesome lists of open source software.

https://github.com/venyowong/hotoke

构建自己的搜索引擎
https://github.com/venyowong/hotoke

aspnetcore csharp dotnet dotnetcore search-engine

Last synced: about 1 year ago
JSON representation

构建自己的搜索引擎

Awesome Lists containing this project

README

          

# hotoke

构建自己的搜索引擎

hotoke 是一个元搜索引擎,搜索时同时解析多个搜索引擎的搜索结果,并对结果进行整合。目前支持的引擎有:Bing、360、夸克神马。

### 元搜索引擎的优点

1. 一次性同时检索多个搜索引擎
2. 不用担心自己的搜索记录被搜索引擎记录下来
3. 没有广告链接

### hotoke 的缺点

1. 搜索结果没有原版搜索引擎展示的详尽
2. 不稳定,为了保证搜索速度,hotoke 设置了 2s 的超时时长,就是说如果某一个搜索引擎 2s 内没有响应(网络因素等),会放弃该引擎的结果,这会导致搜索结果有时候多,有时候少
3. 搜索结果少,hotoke 只取每个引擎的第一页结果,因此搜索结果相对会比较少

### 线上地址

[https://vbranch.cn/hotoke/](https://vbranch.cn/hotoke/)