如何实现一个搜索引擎

Posted jxr041100

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何实现一个搜索引擎相关的知识,希望对你有一定的参考价值。

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.

以上是关于如何实现一个搜索引擎的主要内容,如果未能解决你的问题,请参考以下文章