开发者

Is it possible to code search engine in beautiful Soup

I am using Beautiful Soup for parsing web pages. Are there any functions in BS which i can use i making search engine or crawling开发者_开发知识库 the website to index it in database.


No, BeautifulSoup is not a search engine. It is also not a Swiss Army knife, nor can it make you a sandwich. You will need a database (preferably one that's optimized for search, like Sphinx or Lucene) to do that.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜