indexing web pages - in python?

Dan Stromberg dstromberg at datallegro.com
Wed Apr 18 20:55:48 EDT 2007


Are there any open source search engines written in python for indexing a
given collection of (internal only) html pages?  Right now I'm talking
about dozens, but hopefully it'll be hundreds or thousands at some point.

I'm thinking some sort of CGI script, with perhaps a cron job that updates
the indexes.

I'm not particularly looking for something that has a full RDBMS behind
it - just a file that stores indexes.  I'll go with an RDBMS-based
solution if I must, but I don't think that's really needed at this point.

TIA




More information about the Python-list mailing list