首页 > 其他 > 详细

如何实现一个搜索引擎

时间:2018-02-10 10:10:13      阅读:261      评论:0      收藏:0      [点我收藏+]

Welcome to my ‘how to implement a search engine’ series. I describe how to implement an actual search engine with working code in python. Here you can find pointers to original detailed articles. I will continue to share in this area.

 

1. Create Index
Building the index of our search engine.

2. Query Index
Answering search queries on the index that we built.

3. Ranking
Ranking the search results.

如何实现一个搜索引擎

原文:https://www.cnblogs.com/jxr041100/p/8438069.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!