--- trunk2/all2all.pl 2004/09/07 18:01:36 412 +++ trunk2/all2all.pl 2004/09/07 18:02:06 413 @@ -17,7 +17,7 @@ my $webpac = new WebPAC( code_page => 'ISO-8859-2', - limit_mfn => 500, +# limit_mfn => 500, # debug => 1, ) || die; @@ -25,7 +25,7 @@ my $index = new WebPAC::jsFind( index_path => './out/index', - keys => 80, + keys => 10, ) || die; my $thes; @@ -101,7 +101,7 @@ $thes->{$ds->{'tag'}}->insert( path => $f, - headline => $headline, + headline => join(" ",@{$ds->{'index'}}), ); } @@ -117,10 +117,10 @@ next; } - $log->debug("saving sorted index $t [".scalar(@e)." elements]"); + $log->info("saving sorted index $t [".scalar(@e)." elements]"); $webpac->output_file( - file => "./out/thes_$t.html", + file => "./out/bfilter/$t.txt", template => 'index.tt', data => \@e, index_name => $t,