http://swish-e.org/ swish-e is a fast little open-source index/search engine. i found it a couple weeks ago, and installed it as a search engine for a large archive of HTML files that i needed to search.
basically, you run a command to create/update an index -- which is fast, and can work incrementally. then there's a simple command-line syntax to do queriesm which are also quite fast. i'm thinking this could make a neat utility for quickly searching LZX source -- much faster than recursive grep. it'd be easy to integrate it with emacs or vi, or to do what i did for my little project - write a PHP front end so you can do searches in your browser. just mentioning this with a thumbs-up in case anybody else has been wanting such a tool. swish-e is nice, well-documented, and fast/simple. gse _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
