如何实现一个搜索引擎

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.

posted @ 2018-02-10 09:20  jxr041100  阅读(262)  评论(0编辑  收藏  举报