开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜