1. 程式人生 > >如何實現一個搜索引擎

如何實現一個搜索引擎

imp led div work eat code ranking blog gin

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.

如何實現一個搜索引擎