Python for search engine development

Mike Meyer mwm at mired.org
Sun Oct 2 19:38:46 EDT 2005


"corebump" <m.yalcin at gmail.com> writes:

> hi everybody,
> i planinng develop a search engine and i think using the python. Python
> performance is enough this project? 

If you're going to do the heavy lifting in Python, maybe. It depends
on what you're going to search, and the performance requirements for a
search.

On the other hand, if you use a Python wrapper around a full-text
search facility, so that python finds documents, takes queries and
formats results for the user, it should be just fine.

        <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list