开发者

Whats the easy way to build search engine for website in python

开发者 https://www.devze.com 2023-03-10 09:10 出处:网络
I have one website in django , with many content pages. I want to build the search engine so that if i search for keywords then i get the URL of that Page.

I have one website in django , with many content pages. I want to build the search engine so that if i search for keywords then i get the URL of that Page.

It can be any library or scripts. My Main rquirements is that i should be able开发者_StackOverflow中文版 to tweak the script or add my own code so that in future i can build the index according my needs.

I also need to build the index fo words with frequency , counts etc


A pure python search library would be whoosh:

  • http://whoosh.ca/
  • http://www.arnebrodowski.de/blog/add-full-text-search-to-your-django-project-with-whoosh.html
0

精彩评论

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