On Tue, 2004-05-04 at 05:12, Natalya Kolesnikova wrote: > can I search in the MySQL database (Fulltext Search) with htDig also??? > How can I implement it?
I don't know about MySQL (I don't use it), but I have done it with PostgreSQL. It meant setting up some triggers and PL/SQL functions, but it works quite nicely. I've been on the verge of going live with our new search tool for quite some time which will make extensive use of this, but for the moment, you can go to http://www.mcgill.ca/classified/ to see our implementation of htdig indexing DB records. Once the new tool has gone live, I will be posting documentation on how I did it. Depending on the state of trigger and function support for MySQL, it might be a simple port. Cheers, Chris -- Christopher Murtagh Enterprise Systems Administrator ISR / Web Communications Group McGill University Montreal, Quebec Canada Tel.: (514) 398-3122 Fax: (514) 398-2017 ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

