Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

the best search engine written with python [closed]

i want to build an information support system which is an web app. and we gonna use Django as the frame,but i don't know which search engine to use ? can you give me some suggestions on the search engine which we can use in our project,it must be written with python. thanks

like image 949
magicshui Avatar asked Jul 13 '10 17:07

magicshui


1 Answers

I believe you'd be happy with whoosh, possibly "fronted" by Haystack which is a neat way to support any of several search engines in Django (but the other underlying engines it supports are not "pure Python"... whoosh is).

I believe both whoosh and haystack support Unicode, so, in particular, Chinese too.

like image 100
Alex Martelli Avatar answered Nov 15 '22 08:11

Alex Martelli