diff options
Diffstat (limited to 'bucky2')
| -rwxr-xr-x | bucky2/bin/build-index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bucky2/bin/build-index b/bucky2/bin/build-index index 437f146..acf35db 100755 --- a/bucky2/bin/build-index +++ b/bucky2/bin/build-index @@ -79,7 +79,7 @@ sub parse_terms $lexicon->{$t}->{$thread}->{'file'} ||= $file; # give terms in title an extra bump if ($comment eq '0' && $file eq '0') - { $lexicon->{$t}->{$thread}->{'strength'} += 2; } + { $lexicon->{$t}->{$thread}->{'strength'} += 20; } else { $lexicon->{$t}->{$thread}->{'strength'} += 1; } $count++; |
