According to Curtis Ireland:
> I am using ht://dig 3.1.5. Currently, I have the search engine indexing
> three different databases (no problem there). However, I would like to
> merge these databases into one large database so that a visitor can
> "Search All". I would like to do this without indexing all my library
> links a second time.
> 
> I tried to use:
> [/var/lib/htdig/db/all]$ touch db.wordlist # Since this is an empty
> directory
> $ htmerge -m /etc/htdig/group1.conf -c /etc/htdig/all.conf # merge a
> database into an empty wordlist - this should work
> 
> Afterwards, if I search a certain word in the group1 database, it
> returns 28 matches. If I then try the same word on the all database, it
> returns only 7 matches.
> 
> Does any of this make sense to anyone?

I think we may need to wait for Geoff to comment on this one.  We've had
occasional reports of htmerge -m losing documents, but nothing we could
solidly pin down and consistently reproduce.  I've taken a look through
htmerge/db.cc and as far as I can tell, it should correctly handle the way
you're using it above.  Admittedly, it's a pretty unconventional way of
making a copy of a database, but that is what it should do, essentially.
The fact it doesn't would indeed suggest a problem here.

What platform are you running this on?  (OS version, distribution if
applicable, compiler version, etc.)

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-general mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-general

Reply via email to