According to Alessio: > I'd want to index many sites and put each result in a different > directory. > > However, when I execute a search, I'd like that htsearch give me a > result refered to all my single files. > > Is it possible ?
Yes, but with the current code your best bet is to create merged databases for searching. You can still maintain all your individual databases for each site, but for searching you'd need to merge them all into a "master" index. Just copy your first database to the directory for the master DB, then merge the other databases, one at a time, into this master DB, using a command like: htmerge -c master.conf -m db2.conf -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

