UdmSearch: indexing a mysql table

2000-08-25 Thread Darren Beale
Hi I want to index a mysql table full of links (name, url and description) I've knocked something up using php to build a few indexed lookup tables that will enable me to quickly search the links DB, but I was hoping UDMsearch might be able to help me do it more efficiently Can I use UDM Sear

Re: UdmSearch: indexing a mysql table

2000-08-25 Thread Alexander Barkov
Hi! Use htdb:/ virtual URL scheme, this is exactly for such tasks. Indexer will take data directly from database without having to invoke PHP and http server. There is an example in doc/samples/htdb.conf Darren Beale wrote: > > Hi > > I want to index a mysql table full of links (name, url