如何实现一个搜索引擎

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.

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

C#中如何实现百度搜索框的效果

我想在搜索框后面加个搜索按钮如何实现,高手帮忙

如何实现搜索功能?

如何创建一个实现递归二进制搜索的循环来搜索数组中的n个数字? JAVA

如何实现类似 Stack Overflow 的搜索

如何实现删除查询的搜索栏按钮? Django环境)