https://github.com/venyowong/hotoke
构建自己的搜索引擎
https://github.com/venyowong/hotoke
aspnetcore csharp dotnet dotnetcore search-engine
Last synced: about 1 year ago
JSON representation
构建自己的搜索引擎
- Host: GitHub
- URL: https://github.com/venyowong/hotoke
- Owner: venyowong
- License: apache-2.0
- Archived: true
- Created: 2018-12-12T13:29:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:26:22.000Z (over 3 years ago)
- Last Synced: 2024-11-13T04:54:05.305Z (over 1 year ago)
- Topics: aspnetcore, csharp, dotnet, dotnetcore, search-engine
- Language: C#
- Homepage: https://vbranch.cn/hotoke/
- Size: 2.29 MB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)