I'm sorry to be late to the party with this.  If there is any chance
that my forced results patch might be included in 3.1.6, I need to point out
the one bone-headed bug I've run across in it.  This section (for htMerge):
+ 
+       ref = db[value];
+       force_data << ref->DocID();
+       if(ref)
+               {

should really be:
+ 
+       ref = db[value];
+       if(ref)
+               {
+               force_data << ref->DocID();

        I've updated the patch file and tar ball of changed files at:
http://www.kayakero.net/xfer/htdig/
        -David

==========================
The views, opinions, and judgments expressed are solely my own.  Message
contents have not been reviewed or approved by AARP.

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

Reply via email to