http://groups.google.com/group/comp.lang.python/browse_thread/thread/6e6dc84e68e25039/1436d0b3466e262a?q=lucene&rnum=1#1436d0b3466e262a

Mike Meyer wrote:
> "corebump" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>                        
> http://www.mired.org/home/mwm/
> Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to