You mentioned being able to use multiple config parameters. I do that right now with several different config files...each one represents a different year / different filing type ...as well as a different database for each. Is it possible to have a user choose one config parameter and point to two databases (say for the two I couldn't merge when I rec'd segmentation fault errors?)
I don't know of any straightforward way to do this.
I tried running htdig again on the files I need to index and rec'd this error message:
FATAL ERROR:Compressor::get_vals invalid comptype FATAL ERROR at file:WordBitCompress.cc line:827!!! Segmentation fault
Is there anything that I can do to avoid or fix this error? I've tried removing the files it seems to choke on, but it ends up choking on a different one when I rerun htdig. I've tried running htdig with -i as well as -a...both seem to die.
If you can afford the extra disk space, you might want to try disabling the compression. I think that adding the following attributes to your configuration file should turn off all compression.
wordlist_compress: false wordlist_compress_zlib: false compression_level: 0
Jim
------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ 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

